From fe8740f20eade14261b16d13ecd35b44fd12bb22 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Tue, 1 Oct 2024 10:15:59 +0200 Subject: [PATCH] Fix overwritten fix for sdk dependency Signed-off-by: Mathias L. Baumann --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4f0d65..70bca37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ 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.7.0, < 0.8.0", ]