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.17.0
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.17.1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 10, 2024

  1. Clear release notes

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ecc3d53 View commit details
    Browse the repository at this point in the history
  2. Bump frequenz-api-common from 0.6.1 to 0.6.2

    This is to make sure we pull a fix for the `protobuf` and `grpcio`
    versions used to generate the python files.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ba27a18 View commit details
    Browse the repository at this point in the history
  3. Reformat pyproject.toml using taplo

    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4bbe33e View commit details
    Browse the repository at this point in the history
  4. Pin grpc related dependencies

    We can't use wide dependencies because otherwise when building the
    wheel, the latest version is used, but the generate code should use the
    minimum supported version for the generation, not the latest one. See:
    https://protobuf.dev/support/cross-version-runtime-guarantee/
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    66d3677 View commit details
    Browse the repository at this point in the history
  5. Bump mkdocstrings dependencies

    This is to avoid an issue with some outdated `griffe` imports.
    
    While upgrading the dependency we need to remove the `custom_templates`
    option that we don't use, as it was previously ignored but now the
    plugin checks if the directory exists and fails if it doesn't.
    
    Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
    llucax committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    714f2b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5c4161 View commit details
    Browse the repository at this point in the history
Loading