From d8d5adbede75bfcb8a45891ffa59da57703dfc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20V=C3=B6lcker?= Date: Mon, 27 Apr 2026 15:02:18 +0200 Subject: [PATCH 1/2] Prepare release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Völcker --- RELEASE_NOTES.md | 12 ------------ 1 file changed, 12 deletions(-) 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 - - From 0e4a12afc565f98af306dabf4c13c9f4ccfd9cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20V=C3=B6lcker?= Date: Mon, 4 May 2026 14:02:07 +0200 Subject: [PATCH 2/2] Update dependencies to resolve errors raised by ci_checks_max MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Völcker --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"]