Skip to content

Commit e23f933

Browse files
authored
chore: librarian release pull request: 20260521T194308Z (#17226)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.14.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>gapic-generator: v1.33.0</summary> ## [v1.33.0](gapic-generator-v1.32.0...gapic-generator-v1.33.0) (2026-05-21) ### Bug Fixes * bump idna from 3.14 to 3.15 in /packages/gapic-generator (#17179) ([0f7c68b](0f7c68bf)) * restore messages not attached to rpc in selective_gapic_generation (#16951) ([3ef95d6](3ef95d61)) * resolve core dependencies locally and batch pip installs (#17032) ([5ca8803](5ca88030)) * resolve core dependencies locally and batch pip installs ([5ca8803](5ca88030)) </details> b/515393379
1 parent 3ef95d6 commit e23f933

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ libraries:
7474
- packages/django-google-spanner/docs/
7575
tag_format: '{id}-v{version}'
7676
- id: gapic-generator
77-
version: 1.32.0
77+
version: 1.33.0
7878
last_generated_commit: ""
7979
apis: []
8080
source_roots:

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ libraries:
6767
python:
6868
library_type: INTEGRATION
6969
- name: gapic-generator
70-
version: 1.32.0
70+
version: 1.33.0
7171
python:
7272
library_type: CORE
7373
- name: gcp-sphinx-docfx-yaml

packages/gapic-generator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

7+
## [1.33.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.32.0...gapic-generator-v1.33.0) (2026-05-21)
8+
9+
10+
### Bug Fixes
11+
12+
* restore messages not attached to rpc in selective_gapic_generation (#16951) ([3ef95d61995869318097e414e439da1d6c214d1f](https://github.com/googleapis/google-cloud-python/commit/3ef95d61995869318097e414e439da1d6c214d1f))
13+
* bump idna from 3.14 to 3.15 in /packages/gapic-generator (#17179) ([0f7c68bfd437e7f366dacd4080f31e219d7c7090](https://github.com/googleapis/google-cloud-python/commit/0f7c68bfd437e7f366dacd4080f31e219d7c7090))
14+
* resolve core dependencies locally and batch pip installs (#17032) ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
15+
* resolve core dependencies locally and batch pip installs ([5ca88030476fd6be7a2eceef9c94c4fc76820f40](https://github.com/googleapis/google-cloud-python/commit/5ca88030476fd6be7a2eceef9c94c4fc76820f40))
16+
717
## [1.32.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.31.0...gapic-generator-v1.32.0) (2026-05-11)
818

919
## [1.31.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.30.14...gapic-generator-v1.31.0) (2026-05-06)

packages/gapic-generator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "gapic-generator"
2323
description = "Google API Client Generator for Python"
2424
url = "https://github.com/googleapis/gapic-generator-python"
25-
version = "1.32.0"
25+
version = "1.33.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# Ensure that the lower bounds of these dependencies match what we have in the

0 commit comments

Comments
 (0)