Skip to content

Commit e686686

Browse files
committed
WIP: Bump dependency for frequenz-client-microgrid to v0.8.0
This introduces the new microgrid API v0.17. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f5e1ad3 commit e686686

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ plugins:
119119
- https://docs.python.org/3/objects.inv
120120
- https://frequenz-floss.github.io/frequenz-channels-python/v1.1/objects.inv
121121
- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.5/objects.inv
122+
#- https://frequenz-floss.github.io/frequenz-client-microgrid-python/v0.7/objects.inv
122123
- https://frequenz-floss.github.io/frequenz-quantities-python/v1/objects.inv
123124
- https://lovasoa.github.io/marshmallow_dataclass/html/objects.inv
124125
- https://marshmallow.readthedocs.io/en/stable/objects.inv

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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.6.0, < 0.7.0",
32+
#"frequenz-client-microgrid >= 0.7.0, < 0.8.0",
33+
"frequenz-client-microgrid @ git+https://github.com/frequenz-floss/frequenz-client-microgrid-python@refs/pull/122/head",
3334
"frequenz-channels >= 1.6.0, < 2.0.0",
3435
"frequenz-quantities[marshmallow] >= 1.0.0, < 2.0.0",
3536
"networkx >= 2.8, < 4",

0 commit comments

Comments
 (0)