Skip to content

Commit 33fd62b

Browse files
authored
Update dispatch and sdk dependencies (#83)
2 parents 806f1fc + 3009887 commit 33fd62b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
## Bug Fixes
2020

2121
* Fixed a crash in the `DispatchManagingActor` when dispatches shared an equal start time.
22+
* Fixed a crash when reading a Dispatch with frequency YEARLY.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ 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-rc1300, < 1.0.0-rc1400",
42+
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1500",
4343
"frequenz-channels >= 1.3.0, < 2.0.0",
44-
"frequenz-client-dispatch >= 0.8.1, < 0.9.0",
44+
"frequenz-client-dispatch >= 0.8.2, < 0.9.0",
4545
]
4646
dynamic = ["version"]
4747

0 commit comments

Comments
 (0)