Skip to content

Commit

Permalink
Fix SDK dependency version constraint (#60)
Browse files Browse the repository at this point in the history
The SDK dependency range version constraint was not correctly defined.
  • Loading branch information
Marenz authored Sep 30, 2024
2 parents 7f307be + 5b10b3c commit 2c4e16a
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 == 1.0.0-rc900, < 1.0.0-rc1000",
"frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
"frequenz-channels >= 1.1.0, < 2.0.0",
"frequenz-client-dispatch >= 0.6.0, < 0.7.0",
]
Expand Down

0 comments on commit 2c4e16a

Please sign in to comment.