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 19
19
## Bug Fixes
20
20
21
21
* 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 = [
39
39
# Make sure to update the version for cross-referencing also in the
40
40
# mkdocs.yml file when changing the version here (look for the config key
41
41
# 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 " ,
43
43
" 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" ,
45
45
]
46
46
dynamic = [" version" ]
47
47
You can’t perform that action at this time.
0 commit comments