Skip to content

Commit f9534f9

Browse files
committed
Update to the latest component graph
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent e1b30ca commit f9534f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Upgrading
88

9-
* Add back support for old active power formula config `AC_ACTIVE_POWER`.
9+
* The minimum required version of `frequenz-microgrid-component-graph` is now `v0.3.4`.
1010

1111
## New Features
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"marshmallow-dataclass >= 8.7.1, < 9",
3030
"asyncclick >= 8.3.0.4, < 9",
3131
"typing-extensions >= 4.14.1, < 5",
32-
"frequenz-microgrid-component-graph >= 0.2.0, < 0.3",
32+
"frequenz-microgrid-component-graph >= 0.3.4, < 0.4",
3333
"frequenz-client-assets >= 0.2.0, < 0.3",
3434
]
3535
dynamic = ["version"]

tests/test_graph_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ async def test_formula_generation() -> None:
6363
graph = await g.get_component_graph(MicrogridId(10))
6464

6565
assert graph.grid_formula() == "COALESCE(#2, #4, 0.0) + #3"
66-
assert graph.pv_formula(None) == "COALESCE(#4, #2, 0.0)"
66+
assert graph.pv_formula(None) == "COALESCE(#2, #4, 0.0)"

0 commit comments

Comments
 (0)