Skip to content

Commit 5492610

Browse files
committed
Bump also the runtime dependency of protobuf to 5.29.2
This is to make sure it matches the build-time version. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 3794501 commit 5492610

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
@@ -36,7 +36,7 @@ dependencies = [
3636
# We can't widen beyond the current value unless we bump the minimum
3737
# requirements too because of protobuf cross-version runtime guarantees:
3838
# https://protobuf.dev/support/cross-version-runtime-guarantee/#major
39-
"protobuf >= 5.29.0, < 7", # Do not widen beyond 7!
39+
"protobuf >= 5.29.2, < 7", # Do not widen beyond 7!
4040
# We couldn't find any document with a spec about the cross-version runtime
4141
# guarantee for grpcio, so unless we find one in the future, we'll assume
4242
# major version jumps are not compatible

0 commit comments

Comments
 (0)