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 3c3204a commit 49bc51fCopy full SHA for 49bc51f
pyproject.toml
@@ -40,7 +40,8 @@ dependencies = [
40
# plugins.mkdocstrings.handlers.python.import)
41
"frequenz-sdk >= 1.0.0-rc1302, < 1.0.0-rc1500",
42
"frequenz-channels >= 1.3.0, < 2.0.0",
43
- "frequenz-client-dispatch >= 0.8.2, < 0.9.0",
+ # "frequenz-client-dispatch >= 0.8.2, < 0.9.0",
44
+ "frequenz-client-dispatch @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@refs/pull/124/head",
45
]
46
dynamic = ["version"]
47
0 commit comments