Skip to content

Commit

Permalink
Set dependency to latest dispatch-client
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias L. Baumann <[email protected]>
  • Loading branch information
Marenz committed Sep 30, 2024
1 parent 611a4eb commit 14d4510
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ 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.2.0, < 2.0.0",
# "frequenz-client-dispatch >= 0.6.0, < 0.7.0",
"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",
]
dynamic = ["version"]

Expand Down

0 comments on commit 14d4510

Please sign in to comment.