Skip to content

Commit 27d38c5

Browse files
authored
Widen the channels dependency (#31)
We accept any version equal or greater than 1.0.0-rc1 and less than 2.0.0. This is because the channels is now in release candidate so no more breaking changes are expected.
2 parents 2fd3f6b + d0e94d9 commit 27d38c5

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
@@ -37,7 +37,7 @@ classifiers = [
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"frequenz-api-microgrid >= 0.15.3, < 0.16.0",
40-
"frequenz-channels == 1.0.0-rc1",
40+
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
4141
"frequenz-client-base >= 0.3.0, < 0.4.0",
4242
"grpcio >= 1.54.2, < 2",
4343
"protobuf >= 4.21.6, < 5",

0 commit comments

Comments
 (0)