Skip to content

Commit cef48e9

Browse files
Widen frequenz-sdk dependency to v1.0.0-rc1700
1 parent c9c1181 commit cef48e9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This release introduces a more flexible and powerful mechanism for managing disp
1616
* It only starts/stops a single actor at a time now instead of a set of actors.
1717
* Refer to the updated [usage example](https://frequenz-floss.github.io/frequenz-dispatch-python/latest/reference/frequenz/dispatch/#frequenz.dispatch.DispatchActorsService) for more information.
1818
* `DispatchUpdate` was renamed to `DispatchInfo`.
19+
* The SDK dependency was widened to allow versions up to (excluding) v1.0.0-rc1700
20+
1921

2022
## New Features
2123

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-rc1302, < 1.0.0-rc1600",
41+
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1700",
4242
"frequenz-channels >= 1.6.1, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.8.4, < 0.9.0",
4444
]
@@ -52,7 +52,7 @@ email = "[email protected]"
5252
dev-flake8 = [
5353
"flake8 == 7.1.1",
5454
"flake8-docstrings == 1.7.0",
55-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
55+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5656
"pydoclint == 0.6.0",
5757
"pydocstyle == 6.3.0",
5858
]

0 commit comments

Comments
 (0)