From 65238b577d62d454f6d422d701a86ffbbed9de9a Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 20 Feb 2025 11:21:57 +0100 Subject: [PATCH 1/2] Widen `frequenz-client-base` dependency to allow v0.9.0 Signed-off-by: Sahas Subramanian --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61b6ecba..8cc3ad03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "frequenz-api-microgrid >= 0.15.3, < 0.16.0", "frequenz-channels >= 1.0.0-rc1, < 2.0.0", - "frequenz-client-base >= 0.8.0, < 0.9", + "frequenz-client-base >= 0.8.0, < 0.10.0", "grpcio >= 1.54.2, < 2", "protobuf >= 4.21.6, < 6", "timezonefinder >= 6.2.0, < 7", From 6ad9ea77001e5334e5b537d4868efec4e8ef5f30 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 20 Feb 2025 13:57:16 +0100 Subject: [PATCH 2/2] Update release notes Signed-off-by: Sahas Subramanian --- RELEASE_NOTES.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 80e5f0cb..92913cf8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Frequenz Microgrid API Client Release Notes -## Summary - - - ## Upgrading - - -## New Features - - - -## Bug Fixes - - +- Widen `frequenz-client-base` dependency to allow `v0.9.0`.