Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: frequenz-floss/frequenz-api-microgrid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.x.x
Choose a base ref
...
head repository: frequenz-floss/frequenz-api-microgrid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 18, 2025

  1. Initial plan

    Copilot committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    1322528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    392feb3 View commit details
    Browse the repository at this point in the history
  3. Relax frequenz-api-common dependency constraint to allow newer versio…

    …ns (#352)
    
    This change updates the dependency constraint for `frequenz-api-common`
    from `>= 0.6.2, < 0.7` to `>= 0.6.2, < 1` in `pyproject.toml`, allowing
    the package to work with newer versions of the `frequenz-api-common`
    library up to (but not including) version 1.0.
    
    The change enables users to install and use newer versions of
    `frequenz-api-common` (such as 0.7.x, 0.8.x, 0.9.x) without being
    blocked by an overly restrictive version constraint, while still
    maintaining compatibility with the minimum required version 0.6.2.
    
    ## Changes
    - **pyproject.toml**: Updated `frequenz-api-common` dependency from `>=
    0.6.2, < 0.7` to `>= 0.6.2, < 1`
    - **RELEASE_NOTES.md**: Updated to reflect this dependency constraint
    relaxation
    
    This is a backward-compatible change that should not affect existing
    users but will allow for more flexibility in dependency resolution.
    tiyash-basu-frequenz authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    872a685 View commit details
    Browse the repository at this point in the history
Loading