We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611a4eb commit 14d4510Copy full SHA for 14d4510
pyproject.toml
@@ -39,10 +39,9 @@ dependencies = [
39
# Make sure to update the version for cross-referencing also in the
40
# mkdocs.yml file when changing the version here (look for the config key
41
# plugins.mkdocstrings.handlers.python.import)
42
- "frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
+ "frequenz-sdk == 1.0.0-rc900, < 1.0.0-rc1000",
43
"frequenz-channels >= 1.2.0, < 2.0.0",
44
-# "frequenz-client-dispatch >= 0.6.0, < 0.7.0",
45
- "frequenz-client-dispatch @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@refs/pull/87/head",
+ "frequenz-client-dispatch >= 0.7.0, < 0.8.0",
46
]
47
dynamic = ["version"]
48
0 commit comments