fix: require Protobuf 6.33.5+ - #17743
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the minimum protobuf version requirement to 6.33.5 across multiple packages and configuration files. It also removes support for the 'cpp' protobuf implementation and cleans up associated test configurations and legacy logic. A review comment suggests removing a redundant parameterized test case in packages/google-api-core/noxfile.py to improve code cleanliness.
parthea
force-pushed
the
require-protobuf-6-33-5
branch
from
July 17, 2026 18:00
e13937b to
a007839
Compare
Towards b/420641246
This PR is similar to #17349 for the generator/auto-generated code.
The minimum versions of google-api-core and proto-plus and others also need to be versions that support Protobuf 6
https://github.com/googleapis/python-api-core/releases/tag/v2.24.2
https://github.com/googleapis/proto-plus-python/releases/tag/v1.26.1
Also see the client library versions which allow Protobuf 6.x in PR #13644 (https://github.com/googleapis/google-cloud-python/blob/release-please--branches--main--release-notes/release-notes.md)
Once this PR is merged, I will update
protochere to33.5so we can updategencode: https://github.com/googleapis/librarian/blob/fa34184d746948b1da7df000ffcf832979a3c488/cmd/librarian/Dockerfile#L49