diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 004b2fa..d7752c1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Frequenz Microgrid API Client Release Notes -## Summary - - - -## Upgrading - - - ## New Features A new component type, SteamBoiler, was added. Also added a new component category for it. - -## Bug Fixes - - diff --git a/pyproject.toml b/pyproject.toml index b5cbe90..8ca1cb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "frequenz-api-common >= 0.8.2, < 1.0.0", - "frequenz-api-microgrid >= 0.18.0, < 0.19.0", + "frequenz-api-microgrid >= 0.18.0, < 1", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-client-base >= 0.10.0, < 0.12.0", "frequenz-client-common >= 0.3.6, < 0.4.0", "frequenz-core >= 1.3.0, < 2.0.0", - "grpcio >= 1.72.1, < 2", - "protobuf >= 6.32.1, < 8", + "grpcio >= 1.80.0, < 2", + "protobuf >= 6.33.6, < 8", "typing-extensions >= 4.13.0, < 5", ] dynamic = ["version"]