File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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]
4646dynamic = [" version" ]
4747
You can’t perform that action at this time.
0 commit comments