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",