Skip to content

Commit 14d4510

Browse files
committed
Set dependency to latest dispatch-client
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 611a4eb commit 14d4510

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ dependencies = [
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk >= 1.0.0-rc900, < 1.0.0-rc1000",
42+
"frequenz-sdk == 1.0.0-rc900, < 1.0.0-rc1000",
4343
"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",
44+
"frequenz-client-dispatch >= 0.7.0, < 0.8.0",
4645
]
4746
dynamic = ["version"]
4847

0 commit comments

Comments
 (0)