We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3794501 commit 5492610Copy full SHA for 5492610
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
# We can't widen beyond the current value unless we bump the minimum
37
# requirements too because of protobuf cross-version runtime guarantees:
38
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
39
- "protobuf >= 5.29.0, < 7", # Do not widen beyond 7!
+ "protobuf >= 5.29.2, < 7", # Do not widen beyond 7!
40
# We couldn't find any document with a spec about the cross-version runtime
41
# guarantee for grpcio, so unless we find one in the future, we'll assume
42
# major version jumps are not compatible
0 commit comments