Skip to content

Commit f7666b6

Browse files
committed
Update the minimum required channels version to 1.1.0
This is to be able to use the `filter` feature on `Receiver`s that was added in v1.1.0. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent cdede2e commit f7666b6

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
# changing the version
3131
# (plugins.mkdocstrings.handlers.python.import)
3232
"frequenz-client-microgrid >= 0.4.0, < 0.5.0",
33-
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
33+
"frequenz-channels >= 1.1.0, < 2.0.0",
3434
"networkx >= 2.8, < 4",
3535
"numpy >= 1.26.4, < 2",
3636
"typing_extensions >= 4.6.1, < 5",

0 commit comments

Comments
 (0)