Skip to content

Commit 529479e

Browse files
authored
chore: librarian release pull request: 20260527T155946Z (#17272)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.15.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>gapic-generator: v1.34.0</summary> ## [v1.34.0](gapic-generator-v1.33.0...gapic-generator-v1.34.0) (2026-05-27) ### Bug Fixes * add pragma to `constants.py` to resolve coverage failure and correct `if` block (#17268) ([1436a23](1436a23c)) * update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237) ([eaed04b](eaed04ba)) </details>
1 parent 1436a23 commit 529479e

4 files changed

Lines changed: 11 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.33.0
77+
version: 1.34.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.33.0
70+
version: 1.34.0
7171
python:
7272
library_type: CORE
7373
- name: gcp-sphinx-docfx-yaml

packages/gapic-generator/CHANGELOG.md

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

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

7+
## [1.34.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.33.0...gapic-generator-v1.34.0) (2026-05-27)
8+
9+
10+
### Bug Fixes
11+
12+
* add pragma to `constants.py` to resolve coverage failure and correct `if` block (#17268) ([1436a23c923e799f9909d039e1f418435845565d](https://github.com/googleapis/google-cloud-python/commit/1436a23c923e799f9909d039e1f418435845565d))
13+
* update incorrect urls in setup.py to point at monorepo vs splitrepo (#17237) ([eaed04baf3cd356c3811c66e64c277c8841c7563](https://github.com/googleapis/google-cloud-python/commit/eaed04baf3cd356c3811c66e64c277c8841c7563))
14+
715
## [1.33.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.32.0...gapic-generator-v1.33.0) (2026-05-21)
816

917

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/google-cloud-python/tree/main/packages/gapic-generator"
25-
version = "1.33.0"
25+
version = "1.34.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)