Skip to content

Commit 2b9e9ec

Browse files
committed
Update client common dependency version to v0.3.7+
Requires also to update `protobuf` and `typing_extension` dependency range. Signed-off-by: cwasicki <[email protected]>
1 parent 2c2ccc3 commit 2b9e9ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"typing_extensions >= 4.6.1, < 5",
29+
"typing_extensions >= 4.13.0, < 5",
3030
"grpc-stubs == 1.53.0.6",
3131
"frequenz-api-reporting >= 0.10.0, < 0.11",
32-
"frequenz-client-common >= 0.3.0, < 0.4",
32+
"frequenz-client-common >= 0.3.7, < 0.4",
3333
"grpcio >=1.72.1, < 2",
34-
"protobuf >=6.31.1, < 7",
34+
"protobuf >=6.33.1, < 7",
3535
"frequenz-client-base >= 0.11.0, < 0.12.0",
3636
]
3737
dynamic = ["version"]

0 commit comments

Comments
 (0)