Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ libraries:
- packages/django-google-spanner/docs/
tag_format: '{id}-v{version}'
- id: gapic-generator
version: 1.32.0
version: 1.33.0
last_generated_commit: ""
apis: []
source_roots:
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ libraries:
python:
library_type: INTEGRATION
- name: gapic-generator
version: 1.32.0
version: 1.33.0
python:
library_type: CORE
- name: gcp-sphinx-docfx-yaml
Expand Down
10 changes: 10 additions & 0 deletions packages/gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[1]: https://pypi.org/project/gapic-generator/#history

## [1.33.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.32.0...gapic-generator-v1.33.0) (2026-05-21)


### Bug Fixes

* restore messages not attached to rpc in selective_gapic_generation (#16951) ([3ef95d61995869318097e414e439da1d6c214d1f](https://github.com/googleapis/google-cloud-python/commit/3ef95d61995869318097e414e439da1d6c214d1f))
* bump idna from 3.14 to 3.15 in /packages/gapic-generator (#17179) ([0f7c68bfd437e7f366dacd4080f31e219d7c7090](https://github.com/googleapis/google-cloud-python/commit/0f7c68bfd437e7f366dacd4080f31e219d7c7090))
* resolve core dependencies locally and batch pip installs (#17032) ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
* resolve core dependencies locally and batch pip installs ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
Comment on lines +14 to +15
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The changelog contains a duplicate entry for commit 5ca88030. Please remove the redundant line.

Suggested change
* resolve core dependencies locally and batch pip installs (#17032) ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
* resolve core dependencies locally and batch pip installs ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
* resolve core dependencies locally and batch pip installs (#17032) ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))


## [1.32.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.31.0...gapic-generator-v1.32.0) (2026-05-11)

## [1.31.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.14...gapic-generator-v1.31.0) (2026-05-06)
Expand Down
2 changes: 1 addition & 1 deletion packages/gapic-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "gapic-generator"
description = "Google API Client Generator for Python"
url = "https://github.com/googleapis/gapic-generator-python"
version = "1.32.0"
version = "1.33.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# Ensure that the lower bounds of these dependencies match what we have in the
Expand Down
Loading