Skip to content

Commit 7e9fbb9

Browse files
committed
Restrict "frequenz-microgrid-component-graph" to < 0.3.4 due to breaking changes
- Updated the maximum version of "frequenz-microgrid-component-graph" from `< 0.3.4` to `<= 0.3.3`. - This change ensures compatibility, as version 0.3.4 introduces breaking changes. Signed-off-by: Malte Schaaf <malte.schaaf@frequenz.com>
1 parent 78ed90d commit 7e9fbb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# changing the version
3131
# (plugins.mkdocstrings.handlers.python.import)
3232
"frequenz-client-microgrid >= 0.18.1, < 0.19.0",
33-
"frequenz-microgrid-component-graph >= 0.3.2, < 0.4",
33+
"frequenz-microgrid-component-graph >= 0.3.2, < 0.3.4",
3434
"frequenz-client-common >= 0.3.6, < 0.4.0",
3535
"frequenz-channels >= 1.6.1, < 2.0.0",
3636
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",

0 commit comments

Comments
 (0)