From 97b060a24ee77bcdcc4d988d6eb76a697172680b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 28 Mar 2024 10:58:49 -0300 Subject: [PATCH] Widen the channels dependency to allow for the final 1.0.0 release The channels repository is now a release candidate for 1.0.0, so no more breaking changes are expected. We can now widen the dependency to allow for the final 1.0.0 release. Signed-off-by: Leandro Lucarella --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4aa6fa141..28da8fa3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # Make sure to update the mkdocs.yml file when # changing the version # (plugins.mkdocstrings.handlers.python.import) - "frequenz-channels == 1.0.0-rc1", + "frequenz-channels >= 1.0.0-rc1, < 2.0.0", "frequenz-client-microgrid >= 0.2.0, < 0.3.0", "google-api-python-client >= 2.71, < 3", "grpcio >= 1.54.2, < 2",