Skip to content

Commit bee57c0

Browse files
authored
Extend frequenz-sdk dependency (#70)
The latest `frequenz-sdk` version `1.0.0-rc1000` is required for actor applications to include the most recent bug fixes and features in the SDK.
2 parents df14cbb + 608fdfa commit bee57c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Summary
44

5-
* This fixes a crash when the `YEARLY` frequency is used in a dispatch.
5+
* `frequenz-sdk` dependency has been extended to include version `1.0.0-rc1000`.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
42+
"frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1100",
4343
"frequenz-channels >= 1.2.0, < 2.0.0",
4444
"frequenz-client-dispatch >= 0.7.1, < 0.8.0",
4545
]

0 commit comments

Comments
 (0)