fix(cmd/librarian/Dockerfile): bump protoc to 33.5 for Python - #7139
Merged
Conversation
JoeWang1127
approved these changes
Jul 30, 2026
parthea
enabled auto-merge (squash)
July 30, 2026 14:39
zhumin8
approved these changes
Jul 30, 2026
sofisl
pushed a commit
that referenced
this pull request
Aug 4, 2026
🤖 I have created a release *beep* *boop* --- ## [0.32.0](v0.31.1...v0.32.0) (2026-08-04) ### Features * **dart:** generate a testing skill ([#6997](#6997)) ([53093a7](53093a7)) * **internal/librarian/php:** implement code formatting using prettier ([#7119](#7119)) ([dd2b2f7](dd2b2f7)) * **internal/librarian/php:** resolve API short name and product URLs ([#7179](#7179)) ([a14298b](a14298b)) * **internal/librarian/ruby:** add library initialization and wrappers ([#7181](#7181)) ([3f99679](3f99679)), refs [#7182](#7182) [#6635](#6635) * **internal/librarian/ruby:** add tidy function for ruby configuration ([#7115](#7115)) ([aba444f](aba444f)), refs [#6919](#6919) * **internal/librarian/ruby:** support release please synchronization ([#7184](#7184)) ([f3c1707](f3c1707)), refs [#7185](#7185) [#6635](#6635) * **internal/librarian/ruby:** support ruby.wrapper_of main client gem wrapper generation ([#7110](#7110)) ([fa48762](fa48762)) * **internal/sidekick/rust:** support google.rpc.Status in hybrid crates ([#7142](#7142)) ([fa8a0e6](fa8a0e6)), refs [#6835](#6835) * **internal/sidekick/rust:** support per_service_features in hybrid crates ([#7112](#7112)) ([0eb263a](0eb263a)), refs [#6835](#6835) * **internal/tool/composer:** add verification for composer tools ([#7109](#7109)) ([9c7f0b1](9c7f0b1)) * **internal/tool/composer:** support local_path in ComposerTool configuration ([#7131](#7131)) ([e0d526e](e0d526e)) * **librarian/rust:** parallelize formatting ([#7192](#7192)) ([625fdf8](625fdf8)) * **librarian/swift:** implement bump command ([#7136](#7136)) ([72aaae1](72aaae1)) * **rust:** exclude non-streaming types from prost generation ([#7097](#7097)) ([a74e30f](a74e30f)), refs [#6835](#6835) * **rust:** generate conversion traits for hybrid crates ([#7071](#7071)) ([98d1549](98d1549)), refs [#6835](#6835) * **sidekick/rust:** bigquery skipped fields via librarian.yaml ([#7189](#7189)) ([b07a8a7](b07a8a7)) * **sidekick/rust:** implement bidi streaming transport stubs ([#7078](#7078)) ([5042693](5042693)), refs [#6835](#6835) * **sidekick/swift:** error on suspect library names ([#7107](#7107)) ([b4df72d](b4df72d)), refs [#6229](#6229) * **sidekick/swift:** generate repo metadata ([#6940](#6940)) ([0ea54b4](0ea54b4)) * **sidekick/swift:** support overrides for library names ([#7066](#7066)) ([e9234a3](e9234a3)) * **sidekick/swift:** use polling policies ([#7123](#7123)) ([fa34184](fa34184)) * **sidekick:** capture C#, PHP, and Ruby file options ([#7081](#7081)) ([1d27ba8](1d27ba8)) * **sidekick:** capture C#, PHP, and Ruby file options ([#7092](#7092)) ([9415901](9415901)) * **swift:** Improve module generation ([#7129](#7129)) ([a0c420d](a0c420d)) * **swift:** support optional, nested fields ([#7164](#7164)) ([26e5c8a](26e5c8a)) * **swift:** support repeated fields in Protobuf conversions ([#7188](#7188)) ([3ee87fc](3ee87fc)) ### Bug Fixes * **cmd/librarian/Dockerfile:** bump protoc to 33.5 for Python ([#7139](#7139)) ([e9da697](e9da697)) * **internal/librarian/ruby:** normalize newlines into spaces in description and summary options ([#7134](#7134)) ([f52568e](f52568e)) * **internal/librarian/ruby:** pass documentation summary as ruby-cloud-description option ([#7105](#7105)) ([d10f2f3](d10f2f3)) * **internal/librarian/ruby:** pass ruby-cloud-summary generator option alongside description ([#7114](#7114)) ([ff3a6d1](ff3a6d1)) * **internal/librarian/ruby:** preserve snippet metadata files during regeneration ([#7085](#7085)) ([d250f2b](d250f2b)) * **java:** batch formatting and run GJF twice ([#7155](#7155)) ([f627180](f627180)) * **sdk.yaml:** configure ftp rest-only transport ([#7191](#7191)) ([f933c87](f933c87)) * **sdk.yaml:** fix all shopping merchant titles ([#7190](#7190)) ([0e22c54](0e22c54)) * **sidekick/rust:** fix prost oneof field conversion in templates ([#7093](#7093)) ([709074c](709074c)), refs [#6835](#6835) * **sidekick/swift:** discovery enums encoding ([#7126](#7126)) ([8a4ed11](8a4ed11)) * **swift:** fix sub-module imports ([#7140](#7140)) ([a02c282](a02c282)) * **swift:** use let for messages without converted fields ([#7175](#7175)) ([662b048](662b048)) * **tool/cmd/migrate:** exclude `.owlbot.rb` from ruby keep list ([#7108](#7108)) ([e2f27e1](e2f27e1)), refs [#6632](#6632) * **tool/cmd/migrate:** parse WrapperOf from BUILD.bazel ([#7125](#7125)) ([855a04b](855a04b)), refs [#7127](#7127) [#6632](#6632) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
sofisl
pushed a commit
to sofisl/librarian
that referenced
this pull request
Aug 10, 2026
🤖 I have created a release *beep* *boop* --- ## [0.32.0](googleapis/librarian@v0.31.1...v0.32.0) (2026-08-04) ### Features * **dart:** generate a testing skill ([googleapis#6997](googleapis#6997)) ([53093a7](googleapis@53093a7)) * **internal/librarian/php:** implement code formatting using prettier ([googleapis#7119](googleapis#7119)) ([dd2b2f7](googleapis@dd2b2f7)) * **internal/librarian/php:** resolve API short name and product URLs ([googleapis#7179](googleapis#7179)) ([a14298b](googleapis@a14298b)) * **internal/librarian/ruby:** add library initialization and wrappers ([googleapis#7181](googleapis#7181)) ([3f99679](googleapis@3f99679)), refs [googleapis#7182](googleapis#7182) [googleapis#6635](googleapis#6635) * **internal/librarian/ruby:** add tidy function for ruby configuration ([googleapis#7115](googleapis#7115)) ([aba444f](googleapis@aba444f)), refs [googleapis#6919](googleapis#6919) * **internal/librarian/ruby:** support release please synchronization ([googleapis#7184](googleapis#7184)) ([f3c1707](googleapis@f3c1707)), refs [googleapis#7185](googleapis#7185) [googleapis#6635](googleapis#6635) * **internal/librarian/ruby:** support ruby.wrapper_of main client gem wrapper generation ([googleapis#7110](googleapis#7110)) ([fa48762](googleapis@fa48762)) * **internal/sidekick/rust:** support google.rpc.Status in hybrid crates ([googleapis#7142](googleapis#7142)) ([fa8a0e6](googleapis@fa8a0e6)), refs [googleapis#6835](googleapis#6835) * **internal/sidekick/rust:** support per_service_features in hybrid crates ([googleapis#7112](googleapis#7112)) ([0eb263a](googleapis@0eb263a)), refs [googleapis#6835](googleapis#6835) * **internal/tool/composer:** add verification for composer tools ([googleapis#7109](googleapis#7109)) ([9c7f0b1](googleapis@9c7f0b1)) * **internal/tool/composer:** support local_path in ComposerTool configuration ([googleapis#7131](googleapis#7131)) ([e0d526e](googleapis@e0d526e)) * **librarian/rust:** parallelize formatting ([googleapis#7192](googleapis#7192)) ([625fdf8](googleapis@625fdf8)) * **librarian/swift:** implement bump command ([googleapis#7136](googleapis#7136)) ([72aaae1](googleapis@72aaae1)) * **rust:** exclude non-streaming types from prost generation ([googleapis#7097](googleapis#7097)) ([a74e30f](googleapis@a74e30f)), refs [googleapis#6835](googleapis#6835) * **rust:** generate conversion traits for hybrid crates ([googleapis#7071](googleapis#7071)) ([98d1549](googleapis@98d1549)), refs [googleapis#6835](googleapis#6835) * **sidekick/rust:** bigquery skipped fields via librarian.yaml ([googleapis#7189](googleapis#7189)) ([b07a8a7](googleapis@b07a8a7)) * **sidekick/rust:** implement bidi streaming transport stubs ([googleapis#7078](googleapis#7078)) ([5042693](googleapis@5042693)), refs [googleapis#6835](googleapis#6835) * **sidekick/swift:** error on suspect library names ([googleapis#7107](googleapis#7107)) ([b4df72d](googleapis@b4df72d)), refs [googleapis#6229](googleapis#6229) * **sidekick/swift:** generate repo metadata ([googleapis#6940](googleapis#6940)) ([0ea54b4](googleapis@0ea54b4)) * **sidekick/swift:** support overrides for library names ([googleapis#7066](googleapis#7066)) ([e9234a3](googleapis@e9234a3)) * **sidekick/swift:** use polling policies ([googleapis#7123](googleapis#7123)) ([fa34184](googleapis@fa34184)) * **sidekick:** capture C#, PHP, and Ruby file options ([googleapis#7081](googleapis#7081)) ([1d27ba8](googleapis@1d27ba8)) * **sidekick:** capture C#, PHP, and Ruby file options ([googleapis#7092](googleapis#7092)) ([9415901](googleapis@9415901)) * **swift:** Improve module generation ([googleapis#7129](googleapis#7129)) ([a0c420d](googleapis@a0c420d)) * **swift:** support optional, nested fields ([googleapis#7164](googleapis#7164)) ([26e5c8a](googleapis@26e5c8a)) * **swift:** support repeated fields in Protobuf conversions ([googleapis#7188](googleapis#7188)) ([3ee87fc](googleapis@3ee87fc)) ### Bug Fixes * **cmd/librarian/Dockerfile:** bump protoc to 33.5 for Python ([googleapis#7139](googleapis#7139)) ([e9da697](googleapis@e9da697)) * **internal/librarian/ruby:** normalize newlines into spaces in description and summary options ([googleapis#7134](googleapis#7134)) ([f52568e](googleapis@f52568e)) * **internal/librarian/ruby:** pass documentation summary as ruby-cloud-description option ([googleapis#7105](googleapis#7105)) ([d10f2f3](googleapis@d10f2f3)) * **internal/librarian/ruby:** pass ruby-cloud-summary generator option alongside description ([googleapis#7114](googleapis#7114)) ([ff3a6d1](googleapis@ff3a6d1)) * **internal/librarian/ruby:** preserve snippet metadata files during regeneration ([googleapis#7085](googleapis#7085)) ([d250f2b](googleapis@d250f2b)) * **java:** batch formatting and run GJF twice ([googleapis#7155](googleapis#7155)) ([f627180](googleapis@f627180)) * **sdk.yaml:** configure ftp rest-only transport ([googleapis#7191](googleapis#7191)) ([f933c87](googleapis@f933c87)) * **sdk.yaml:** fix all shopping merchant titles ([googleapis#7190](googleapis#7190)) ([0e22c54](googleapis@0e22c54)) * **sidekick/rust:** fix prost oneof field conversion in templates ([googleapis#7093](googleapis#7093)) ([709074c](googleapis@709074c)), refs [googleapis#6835](googleapis#6835) * **sidekick/swift:** discovery enums encoding ([googleapis#7126](googleapis#7126)) ([8a4ed11](googleapis@8a4ed11)) * **swift:** fix sub-module imports ([googleapis#7140](googleapis#7140)) ([a02c282](googleapis@a02c282)) * **swift:** use let for messages without converted fields ([googleapis#7175](googleapis#7175)) ([662b048](googleapis@662b048)) * **tool/cmd/migrate:** exclude `.owlbot.rb` from ruby keep list ([googleapis#7108](googleapis#7108)) ([e2f27e1](googleapis@e2f27e1)), refs [googleapis#6632](googleapis#6632) * **tool/cmd/migrate:** parse WrapperOf from BUILD.bazel ([googleapis#7125](googleapis#7125)) ([855a04b](googleapis@855a04b)), refs [googleapis#7127](googleapis#7127) [googleapis#6632](googleapis#6632) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes b/420641246
This PR updates the version of protoc used in Python Client library generation to 33.5. The following PRs have already been merged downstream in google-cloud-python.
googleapis/google-cloud-python#17349
googleapis/google-cloud-python#17882