From 14d4510a217ddf3596e5096b074c1ca55445c038 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 25 Sep 2024 11:52:53 +0200 Subject: [PATCH] Set dependency to latest dispatch-client Signed-off-by: Mathias L. Baumann --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc02d4f..280956e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]