Skip to content

Commit bd88c81

Browse files
chore: release main
1 parent 95da740 commit bd88c81

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages/bigquery-magics": "0.15.0",
33
"packages/db-dtypes": "1.7.1",
44
"packages/django-google-spanner": "5.0.0",
5-
"packages/gapic-generator": "1.37.0",
5+
"packages/gapic-generator": "1.37.1",
66
"packages/gcp-sphinx-docfx-yaml": "3.3.0",
77
"packages/google-ads-admanager": "0.10.0",
88
"packages/google-ads-datamanager": "0.9.1",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ libraries:
7474
python:
7575
library_type: INTEGRATION
7676
- name: gapic-generator
77-
version: 1.37.0
77+
version: 1.37.1
7878
python:
7979
library_type: CORE
8080
- name: gcp-sphinx-docfx-yaml

packages/gapic-generator/CHANGELOG.md

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

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

7+
## [1.37.1](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.37.0...gapic-generator-v1.37.1) (2026-07-17)
8+
9+
10+
### Bug Fixes
11+
12+
* **gapic-generator:** remove lagging 3.9 refs ([#16924](https://github.com/googleapis/google-cloud-python/issues/16924)) ([a719055](https://github.com/googleapis/google-cloud-python/commit/a7190556f487028f04e42ade1f922075127028c3))
13+
714
## [1.37.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.36.0...gapic-generator-v1.37.0) (2026-07-07)
815

916

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.37.0"
25+
version = "1.37.1"
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)