Skip to content

Commit d890302

Browse files
Update protobuf dependency from >=4.21.6,<6 to >=5.29.2,<7
Signed-off-by: camille-bouvy-frequenz <[email protected]>
1 parent 4b4ab65 commit d890302

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-channels >= 1.6.1, < 2",
3030
"grpcio >= 1.54.2, < 2",
31-
"protobuf >= 4.21.6, < 6",
31+
"protobuf >= 5.29.2, < 7",
3232
"typing-extensions >= 4.5.0, < 5",
3333
]
3434
dynamic = ["version"]

0 commit comments

Comments
 (0)