Skip to content

Commit 941a325

Browse files
committed
Update minimum frequenz-channels version to v1.0.0-rc1
Also update the client package to v0.2.0, because older versions don't work with channels v1.0.0-rc1 Signed-off-by: Sahas Subramanian <[email protected]>
1 parent c7a58e1 commit 941a325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ 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.0b2",
34-
"frequenz-client-microgrid >= 0.1.2, < 0.2.0",
33+
"frequenz-channels == 1.0.0-rc1",
34+
"frequenz-client-microgrid >= 0.2.0, < 0.3.0",
3535
"google-api-python-client >= 2.71, < 3",
3636
"grpcio >= 1.54.2, < 2",
3737
"grpcio-tools >= 1.54.2, < 2",

0 commit comments

Comments
 (0)