Skip to content

Commit 2947dc5

Browse files
authored
Widen the channels dependency to allow for the final 1.0.0 release (#909)
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.
2 parents 1a3dce7 + 97b060a commit 2947dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
# Make sure to update the mkdocs.yml file when
3131
# changing the version
3232
# (plugins.mkdocstrings.handlers.python.import)
33-
"frequenz-channels == 1.0.0-rc1",
33+
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
3434
"frequenz-client-microgrid >= 0.2.0, < 0.3.0",
3535
"google-api-python-client >= 2.71, < 3",
3636
"grpcio >= 1.54.2, < 2",

0 commit comments

Comments
 (0)