Skip to content

Commit 1ad69f6

Browse files
authored
Downgrade minimum protobuf to 4.21.6 (#30)
This version should work too, as it is what we use in the SDK as minimum version. Since we are testing that the minimum requirements work too, we need to make sure all dependencies are compatible with the minimum requirements of the SDK.
2 parents c234e7f + d378222 commit 1ad69f6

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 @@ requires-python = ">= 3.11, < 4"
3030
dependencies = [
3131
"frequenz-channels >= v1.0.0-beta.2, < 2",
3232
"grpcio >= 1.54.2, < 2",
33-
"protobuf >= 4.25.3, < 5",
33+
"protobuf >= 4.21.6, < 5",
3434
"typing-extensions >= 4.5.0, < 5",
3535
]
3636
dynamic = ["version"]

0 commit comments

Comments
 (0)