diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 578c1ad..c7bb921 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,17 @@ # Dispatch Highlevel Interface Release Notes +## Summary + + + ## Upgrading -This is a breaking release that requires you to use the new URL for the dispatch service. + + +## New Features + +* This release now supports the sdk up to rc2000. ## Bug Fixes -* Fix that a user might see invalid values for dispatches without `end_time`. + diff --git a/pyproject.toml b/pyproject.toml index 488d4d5..0e9545a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ # Make sure to update the version for cross-referencing also in the # mkdocs.yml file when changing the version here (look for the config key # plugins.mkdocstrings.handlers.python.import) - "frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1900", + "frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc2000", "frequenz-channels >= 1.6.1, < 2.0.0", "frequenz-client-dispatch >= 0.10.1, < 0.11.0", ]