Skip to content

Commit 613f593

Browse files
committed
Bump grpcio version
This is needed to be compatible with repo-config v0.4.0. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 34030f8 commit 613f593

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
@@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"frequenz-api-common >= 0.3.0, < 0.4",
3030
"googleapis-common-protos >= 1.56.2, < 2",
31-
"grpcio >= 1.47.0, < 2",
31+
"grpcio >= 1.51.1, < 2",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)