Skip to content

Commit 9fe8d7b

Browse files
authored
Widen dependency for the SDK to work with the microgrid API v0.18 (#219)
Signed-off-by: Leandro Lucarella <[email protected]>
2 parents 39e33c4 + 439eebe commit 9fe8d7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Summary
44

5-
This is a patch release that widens the dependency of the `frequenz-client-dispatch` package to `< 2.0.0`.
5+
This release just updates some dependencies to allow compatibility with newer versions.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# Make sure to update the version for cross-referencing also in the
3939
# mkdocs.yml file when changing the version here (look for the config key
4040
# plugins.mkdocstrings.handlers.python.import)
41-
"frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2200",
41+
"frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2300",
4242
"frequenz-channels >= 1.6.1, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.11.3, < 2.0.0",
4444
"frequenz-client-base >= 0.11.0, < 0.12.0",
@@ -53,7 +53,7 @@ email = "[email protected]"
5353
dev-flake8 = [
5454
"flake8 == 7.3.0",
5555
"flake8-docstrings == 1.7.0",
56-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
56+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5757
"pydoclint == 0.7.3",
5858
"pydocstyle == 6.3.0",
5959
]

0 commit comments

Comments
 (0)