Skip to content

Commit 0813cc8

Browse files
committed
Fix the SDK version specification and upgrade to rc601
Remove wrong `v` prefix and `-` separator from the SDK version specification. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bd83cbe commit 0813cc8

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
@@ -39,7 +39,7 @@ dependencies = [
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk == v1.0.0-rc6",
42+
"frequenz-sdk == 1.0.0rc601",
4343
"frequenz-channels >= 1.0.1, < 2.0.0",
4444
"frequenz-api-dispatch >= 0.13.0, < 0.14",
4545
"frequenz-client-dispatch >= 0.2.0, < 0.3.0",

0 commit comments

Comments
 (0)