Skip to content

Commit f616b32

Browse files
committed
Bump dependency for frequenz-client-microgrid to v0.18.0
This introduces the new microgrid API v0.18. We also need to bump the frequenz-client-common dependency to at least v0.3.6, so it can work with the new microgrid client. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent cb396b1 commit f616b32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ plugins:
119119
- https://docs.python.org/3/objects.inv
120120
- https://frequenz-floss.github.io/frequenz-channels-python/v1/objects.inv
121121
- https://frequenz-floss.github.io/frequenz-client-common-python/v0.3/objects.inv
122-
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.9/objects.inv
122+
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.18/objects.inv
123123
- https://frequenz-floss.github.io/frequenz-core-python/v1/objects.inv
124124
- https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv
125125
- https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies = [
2929
# Make sure to update the mkdocs.yml file when
3030
# changing the version
3131
# (plugins.mkdocstrings.handlers.python.import)
32-
"frequenz-client-microgrid >= 0.9.0, < 0.10.0",
33-
"frequenz-client-common >= 0.3.2, < 0.4.0",
32+
"frequenz-client-microgrid >= 0.18.0, < 0.19.0",
33+
"frequenz-client-common >= 0.3.6, < 0.4.0",
3434
"frequenz-channels >= 1.6.1, < 2.0.0",
3535
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3636
"networkx >= 2.8, < 4",

0 commit comments

Comments
 (0)