Skip to content

Commit ef43fa5

Browse files
committed
Bump the microgrid API dependency to v0.18
For this we also need to update the common API dependency to v0.8.0 and the client common dependency to v0.3.6. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5fffd08 commit ef43fa5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ classifiers = [
3636
]
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
39-
"frequenz-api-microgrid >= 0.17.2, < 0.18.0",
39+
"frequenz-api-common >= 0.8.0, < 1.0.0",
40+
"frequenz-api-microgrid >= 0.18.0, < 0.19.0",
4041
"frequenz-channels >= 1.6.1, < 2.0.0",
4142
"frequenz-client-base >= 0.10.0, < 0.12.0",
42-
"frequenz-client-common >= 0.3.2, < 0.4.0",
43+
"frequenz-client-common >= 0.3.6, < 0.4.0",
4344
"grpcio >= 1.72.1, < 2",
4445
"protobuf >= 6.31.1, < 7",
4546
"typing-extensions >= 4.13.0, < 5",

0 commit comments

Comments
 (0)