Skip to content

Commit

Permalink
Fix the SDK version restriction
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <luca@llucax.com>
  • Loading branch information
llucax committed Jun 3, 2024
1 parent ea6e344 commit 05f5b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 ==v1.0.0rc601",
"frequenz-sdk == 1.0.0rc601",
"frequenz-channels == 1.0.0",
"frequenz-api-dispatch >= 0.13.0, < 0.14",
"frequenz-client-dispatch == 0.2.0",
Expand Down

0 comments on commit 05f5b18

Please sign in to comment.