From 604ff884338f57f9c9087cfbde86f9ac4753a78a Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 7 May 2026 10:09:25 +0200 Subject: [PATCH 1/2] Bump component-graph version to 0.4.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 e614dc5..04d3b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "marshmallow-dataclass >= 8.7.1, < 9", "asyncclick >= 8.3.0.4, < 9", "typing-extensions >= 4.14.1, < 5", - "frequenz-microgrid-component-graph >= 0.3.4, < 0.4", + "frequenz-microgrid-component-graph >= 0.4.0, < 0.5", "frequenz-client-assets >= 0.3.0, < 0.4", ] dynamic = ["version"] From b5c250c98d01807229f0e8592b8e8300a2fcc1bd Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Thu, 7 May 2026 11:06:41 +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 d466455..2ba404c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Frequenz Gridpool Library Release Notes -## Summary - - - ## Upgrading - - -## New Features - - - -## Bug Fixes - - +- This updates the component-graph version to 0.4, which breaks the config format for component graphs when there are created.