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 60b6cfe commit 03a8d6aCopy full SHA for 03a8d6a
pyproject.toml
@@ -40,7 +40,8 @@ dependencies = [
40
# plugins.mkdocstrings.handlers.python.import)
41
"frequenz-sdk >= 1.0.0-rc2100, < 1.0.0-rc2200",
42
"frequenz-channels >= 1.6.1, < 2.0.0",
43
- "frequenz-client-dispatch >= 0.11.3, < 0.12.0",
+ #"frequenz-client-dispatch >= 0.11.3, < 0.12.0",
44
+ "frequenz-client-dispatch @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@refs/pull/212/head",
45
"frequenz-client-base >= 0.11.0, < 0.12.0",
46
]
47
dynamic = ["version"]
0 commit comments