From 7f29fdddbe95a67b7be0a8c1d9a583fe7cdc2a70 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Thu, 18 Jul 2024 16:29:37 +0200 Subject: [PATCH] Update to dispatch-client v0.5.0 Signed-off-by: Mathias L. Baumann --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5a8eca..d2d6817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,8 +41,7 @@ dependencies = [ # plugins.mkdocstrings.handlers.python.import) "frequenz-sdk == 1.0.0rc601", "frequenz-channels >= 1.0.1, < 2.0.0", -# "frequenz-client-dispatch >= 0.4.0, < 0.5.0", - "frequenz-client-dispatch @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@6632298", + "frequenz-client-dispatch == 0.5.0", ] dynamic = ["version"]