We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
frequenz-sdk
2 parents df14cbb + 608fdfa commit bee57c0Copy full SHA for bee57c0
RELEASE_NOTES.md
@@ -2,4 +2,4 @@
2
3
## Summary
4
5
-* This fixes a crash when the `YEARLY` frequency is used in a dispatch.
+* `frequenz-sdk` dependency has been extended to include version `1.0.0-rc1000`.
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
# Make sure to update the version for cross-referencing also in the
40
# mkdocs.yml file when changing the version here (look for the config key
41
# plugins.mkdocstrings.handlers.python.import)
42
- "frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
+ "frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1100",
43
"frequenz-channels >= 1.2.0, < 2.0.0",
44
"frequenz-client-dispatch >= 0.7.1, < 0.8.0",
45
]
0 commit comments