Skip to content

Commit 3015347

Browse files
committed
Bump the minimum required channels version to v1.3.0
This is to be able to use type guards in with `Receiver.filter` to narrow the received type. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 16dfe04 commit 3015347

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.6.0, < 0.7.0",
33-
"frequenz-channels >= 1.2.0, < 2.0.0",
33+
"frequenz-channels >= 1.3.0, < 2.0.0",
3434
"frequenz-quantities == 1.0.0rc3",
3535
"networkx >= 2.8, < 4",
3636
"numpy >= 1.26.4, < 2",

0 commit comments

Comments
 (0)