Skip to content

Commit 4a1edd1

Browse files
authored
Widen sdk dependency to support rc2000 (#152)
2 parents 8c5bccb + 8e6f012 commit 4a1edd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
* This release now supports the sdk up to rc2000.
1414

1515
## Bug Fixes
1616

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-rc1900",
41+
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc2000",
4242
"frequenz-channels >= 1.6.1, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.10.1, < 0.11.0",
4444
]

0 commit comments

Comments
 (0)