Skip to content

Commit 1c28b9e

Browse files
chore: release main
1 parent 3f9acf8 commit 1c28b9e

14 files changed

Lines changed: 62 additions & 17 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
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",
99
"packages/google-ads-marketingplatform-admin": "0.6.0",
1010
"packages/google-ai-generativelanguage": "0.12.0",
1111
"packages/google-analytics-admin": "0.30.1",
1212
"packages/google-analytics-data": "0.23.0",
13-
"packages/google-api-core": "2.32.0",
13+
"packages/google-api-core": "2.33.0",
1414
"packages/google-apps-card": "0.7.0",
1515
"packages/google-apps-chat": "0.10.3",
1616
"packages/google-apps-events-subscriptions": "0.6.0",
1717
"packages/google-apps-meet": "0.5.0",
1818
"packages/google-apps-script-type": "0.8.0",
1919
"packages/google-area120-tables": "0.15.0",
20-
"packages/google-auth": "2.56.1",
20+
"packages/google-auth": "2.56.2",
2121
"packages/google-auth-httplib2": "0.4.0",
2222
"packages/google-auth-oauthlib": "1.4.0",
2323
"packages/google-backstory": "0.1.0",
@@ -248,7 +248,7 @@
248248
"packages/google-maps-fleetengine": "0.6.0",
249249
"packages/google-maps-fleetengine-delivery": "0.6.0",
250250
"packages/google-maps-geocode": "0.3.0",
251-
"packages/google-maps-isochrones": "0.0.0",
251+
"packages/google-maps-isochrones": "0.1.0",
252252
"packages/google-maps-mapmanagement": "0.1.0",
253253
"packages/google-maps-mapsplatformdatasets": "0.8.0",
254254
"packages/google-maps-navconnect": "0.2.0",
@@ -276,6 +276,6 @@
276276
"packages/googleapis-common-protos": "1.75.0",
277277
"packages/grafeas": "1.23.0",
278278
"packages/grpc-google-iam-v1": "0.14.4",
279-
"packages/proto-plus": "1.28.1",
279+
"packages/proto-plus": "1.28.2",
280280
"packages/sqlalchemy-spanner": "1.19.0"
281281
}

librarian.yaml

Lines changed: 5 additions & 5 deletions
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
@@ -134,7 +134,7 @@ libraries:
134134
metadata_name_override: analyticsdata
135135
default_version: v1beta
136136
- name: google-api-core
137-
version: 2.32.0
137+
version: 2.33.0
138138
python:
139139
library_type: CORE
140140
- name: google-apps-card
@@ -227,7 +227,7 @@ libraries:
227227
metadata_name_override: area120tables
228228
default_version: v1alpha1
229229
- name: google-auth
230-
version: 2.56.1
230+
version: 2.56.2
231231
python:
232232
library_type: AUTH
233233
- name: google-auth-httplib2
@@ -2311,7 +2311,7 @@ libraries:
23112311
- proto-plus-deps=google.geo.type
23122312
default_version: v4
23132313
- name: google-maps-isochrones
2314-
version: 0.0.0
2314+
version: 0.1.0
23152315
apis:
23162316
- path: google/maps/isochrones/v1
23172317
copyright_year: "2026"
@@ -2589,7 +2589,7 @@ libraries:
25892589
python:
25902590
library_type: INTEGRATION
25912591
- name: proto-plus
2592-
version: 1.28.1
2592+
version: 1.28.2
25932593
python:
25942594
library_type: CORE
25952595
- name: sqlalchemy-bigquery

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-21)
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

packages/google-api-core/CHANGELOG.md

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

55
[1]: https://pypi.org/project/google-api-core/#history
66

7+
## [2.33.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.32.0...google-api-core-v2.33.0) (2026-07-21)
8+
9+
10+
### Features
11+
12+
* **api_core:** add request-id auto-population logic to gapic_v1 public helpers ([#17738](https://github.com/googleapis/google-cloud-python/issues/17738)) ([68e1313](https://github.com/googleapis/google-cloud-python/commit/68e131341bd5d20ee50d7be3ed0410af4c12a46d))
13+
* **api-core:** add get_universe_domain helper to universe.py ([#17799](https://github.com/googleapis/google-cloud-python/issues/17799)) ([d461da7](https://github.com/googleapis/google-cloud-python/commit/d461da7bde04f2a698469f413116873633aa1f12))
14+
15+
16+
### Bug Fixes
17+
18+
* **api-core:** prevent overwriting explicit empty strings for optional request_id ([#17798](https://github.com/googleapis/google-cloud-python/issues/17798)) ([07f7503](https://github.com/googleapis/google-cloud-python/commit/07f7503437f495dbce19b4f346ea17efcd738a65))
19+
720
## [2.32.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.31.0...google-api-core-v2.32.0) (2026-07-16)
821

922

packages/google-api-core/google/api_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.32.0"
15+
__version__ = "2.33.0"

packages/google-auth/CHANGELOG.md

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

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.56.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.1...google-auth-v2.56.2) (2026-07-21)
8+
9+
10+
### Bug Fixes
11+
12+
* **auth:** centralize cert discovery logic and steps ([#17696](https://github.com/googleapis/google-cloud-python/issues/17696)) ([edc0423](https://github.com/googleapis/google-cloud-python/commit/edc0423e57dd06bef3a93802642a074ab8b7bc5d))
13+
* **auth:** exit early when agent cert config is outside well-known directory ([#17762](https://github.com/googleapis/google-cloud-python/issues/17762)) ([61e795a](https://github.com/googleapis/google-cloud-python/commit/61e795a8299afec863487776c8a679adbb2911ab))
14+
* **transport:** propagate mTLS adapter to auth session and fix connection leaks ([#17689](https://github.com/googleapis/google-cloud-python/issues/17689)) ([8289d32](https://github.com/googleapis/google-cloud-python/commit/8289d328f9a1eb2abb766644e4f6748198679c80))
15+
716
## [2.56.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.0...google-auth-v2.56.1) (2026-07-17)
817

918

packages/google-auth/google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.56.1"
15+
__version__ = "2.56.2"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.0 (2026-07-21)
4+
5+
6+
### Features
7+
8+
* **google/maps/isochrones/v1:** add google-maps-isochrones ([#17785](https://github.com/googleapis/google-cloud-python/issues/17785)) ([47a0db2](https://github.com/googleapis/google-cloud-python/commit/47a0db2d9c11e13b64971ede909722ec20e3cab7))
9+
10+
## Changelog
11+
312
[PyPI History][1]
413

514
[1]: https://pypi.org/project/google-maps-isochrones/#history

packages/google-maps-isochrones/google/maps/isochrones/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

0 commit comments

Comments
 (0)