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. 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",