Skip to content

Commit 0bb5873

Browse files
committed
Fix sdk depency after yanked release
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent a7e380b commit 0bb5873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-rc2002, < 1.0.0-rc2100",
41+
"frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2200",
4242
"frequenz-channels >= 1.6.1, < 2.0.0",
4343
"frequenz-client-dispatch >= 0.11.0, < 0.12.0",
4444
"frequenz-client-common >= 0.3.2, < 0.4.0",

0 commit comments

Comments
 (0)