diff --git a/.librarian/state.yaml b/.librarian/state.yaml index e152bf5cc968..7506c74358fd 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -74,7 +74,7 @@ libraries: - packages/django-google-spanner/docs/ tag_format: '{id}-v{version}' - id: gapic-generator - version: 1.34.0 + version: 1.34.1 last_generated_commit: "" apis: [] source_roots: diff --git a/librarian.yaml b/librarian.yaml index 733b20839ab8..5a50707a5fdd 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -67,7 +67,7 @@ libraries: python: library_type: INTEGRATION - name: gapic-generator - version: 1.34.0 + version: 1.34.1 python: library_type: CORE - name: gcp-sphinx-docfx-yaml diff --git a/packages/gapic-generator/CHANGELOG.md b/packages/gapic-generator/CHANGELOG.md index f15d78459476..1566c7ee5297 100644 --- a/packages/gapic-generator/CHANGELOG.md +++ b/packages/gapic-generator/CHANGELOG.md @@ -4,6 +4,8 @@ [1]: https://pypi.org/project/gapic-generator/#history +## [1.34.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.34.0...gapic-generator-v1.34.1) (2026-05-27) + ## [1.34.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.33.0...gapic-generator-v1.34.0) (2026-05-27) diff --git a/packages/gapic-generator/setup.py b/packages/gapic-generator/setup.py index 7732d4e277ee..8ac2ba041d97 100644 --- a/packages/gapic-generator/setup.py +++ b/packages/gapic-generator/setup.py @@ -22,7 +22,7 @@ name = "gapic-generator" description = "Google API Client Generator for Python" url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator" -version = "1.34.0" +version = "1.34.1" release_status = "Development Status :: 5 - Production/Stable" dependencies = [ # Ensure that the lower bounds of these dependencies match what we have in the