Skip to content

Commit 96c8bc8

Browse files
authored
Widen the SDK dependency range to support 1.0.0rc1500 (#102)
2 parents 4d24320 + 347c224 commit 96c8bc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
* A new feature "unify running intervals" has been added to the `Dispatcher.new_running_state_event_receiver` method. Using it, you can automatically merge & unify consecutive and overlapping dispatch start/stop events of the same type. E.g. dispatch `A` starting at 10:10 and ending at 10:30 and dispatch `B` starts at 10:30 until 11:00, with the feature enabled this would in total trigger one start event, one reconfigure event at 10:30 and one stop event at 11:00.
1717

18+
* The SDK dependency was widened to allow versions up to (excluding) v1.0.0-rc1600.
19+
1820
## Bug Fixes
1921

2022
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
# Make sure to update the version for cross-referencing also in the
3939
# mkdocs.yml file when changing the version here (look for the config key
4040
# plugins.mkdocstrings.handlers.python.import)
41-
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1500",
41+
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1600",
4242
"frequenz-channels >= 1.3.0, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.8.4, < 0.9.0",
4444
]

0 commit comments

Comments
 (0)