From 4d1e724af0a7ca0a127a312529ce6f185a05d09c Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Wed, 6 May 2026 16:50:49 +0200 Subject: [PATCH 1/2] Bump component-graph version to 0.4 Signed-off-by: Sahas Subramanian --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8d85b6f1..6b9ccc3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # changing the version # (plugins.mkdocstrings.handlers.python.import) "frequenz-client-microgrid >= 0.18.1, < 0.19.0", - "frequenz-microgrid-component-graph >= 0.3.4, < 0.4", + "frequenz-microgrid-component-graph >= 0.4, < 0.5", "frequenz-client-common >= 0.3.6, < 0.4.0", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0", From 1c55b88126c2a745ec52214780beaa13f301720d Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Wed, 6 May 2026 16:51:58 +0200 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 61ee6f2ad..665463781 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Frequenz Python SDK Release Notes -## Summary - - - ## Upgrading - - -## New Features - - - -## Bug Fixes - - +- The minimum required version of frequenz-microgrid-component-graph is now 0.4.