Skip to content

Commit 859a255

Browse files
chore: release main
1 parent 2484f20 commit 859a255

21 files changed

Lines changed: 66 additions & 23 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"packages/bigquery-magics": "0.15.1",
33
"packages/db-dtypes": "1.7.1",
44
"packages/django-google-spanner": "5.0.0",
5-
"packages/gapic-generator": "1.38.0",
5+
"packages/gapic-generator": "1.39.0",
66
"packages/gcp-sphinx-docfx-yaml": "3.3.1",
77
"packages/google-ads-admanager": "0.10.1",
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.34.0",
13+
"packages/google-api-core": "2.34.1",
1414
"packages/google-apps-card": "0.7.0",
1515
"packages/google-apps-chat": "0.10.4",
1616
"packages/google-apps-events-subscriptions": "0.6.0",
@@ -64,7 +64,7 @@
6464
"packages/google-cloud-bigquery-logging": "1.10.0",
6565
"packages/google-cloud-bigquery-migration": "0.15.0",
6666
"packages/google-cloud-bigquery-reservation": "1.25.0",
67-
"packages/google-cloud-bigquery-storage": "2.40.0",
67+
"packages/google-cloud-bigquery-storage": "2.41.0",
6868
"packages/google-cloud-billing": "1.20.0",
6969
"packages/google-cloud-billing-budgets": "1.21.0",
7070
"packages/google-cloud-binary-authorization": "1.19.1",
@@ -211,7 +211,7 @@
211211
"packages/google-cloud-source-context": "1.11.0",
212212
"packages/google-cloud-spanner": "3.69.1",
213213
"packages/google-cloud-speech": "2.40.0",
214-
"packages/google-cloud-storage": "3.13.1",
214+
"packages/google-cloud-storage": "3.14.0",
215215
"packages/google-cloud-storage-control": "1.13.0",
216216
"packages/google-cloud-storage-transfer": "1.21.0",
217217
"packages/google-cloud-storagebatchoperations": "0.8.0",

librarian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ libraries:
9090
python:
9191
library_type: INTEGRATION
9292
- name: gapic-generator
93-
version: 1.38.0
93+
version: 1.39.0
9494
python:
9595
library_type: CORE
9696
- name: gcp-sphinx-docfx-yaml
@@ -150,7 +150,7 @@ libraries:
150150
metadata_name_override: analyticsdata
151151
default_version: v1beta
152152
- name: google-api-core
153-
version: 2.34.0
153+
version: 2.34.1
154154
python:
155155
library_type: CORE
156156
- name: google-apps-card
@@ -639,7 +639,7 @@ libraries:
639639
metadata_name_override: bigqueryreservation
640640
default_version: v1
641641
- name: google-cloud-bigquery-storage
642-
version: 2.40.0
642+
version: 2.41.0
643643
apis:
644644
- path: google/cloud/bigquery/storage/v1
645645
- path: google/cloud/bigquery/storage/v1beta2
@@ -1994,7 +1994,7 @@ libraries:
19941994
metadata_name_override: speech
19951995
default_version: v1
19961996
- name: google-cloud-storage
1997-
version: 3.13.1
1997+
version: 3.14.0
19981998
apis:
19991999
- path: google/storage/v2
20002000
python:

packages/gapic-generator/CHANGELOG.md

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

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

7+
## [1.39.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.38.0...gapic-generator-v1.39.0) (2026-08-10)
8+
9+
10+
### Features
11+
12+
* **generator:** add fallback compatibility imports for google-api-core helpers ([#17999](https://github.com/googleapis/google-cloud-python/issues/17999)) ([9c13ae2](https://github.com/googleapis/google-cloud-python/commit/9c13ae2476e8ea7a5f3197ed5d094d3b1d5686a9))
13+
14+
15+
### Bug Fixes
16+
17+
* **generator:** check for api_version header in metadata list ([#18015](https://github.com/googleapis/google-cloud-python/issues/18015)) ([0e63510](https://github.com/googleapis/google-cloud-python/commit/0e63510c3b03c14bb1f8dd473dbcdfb719a7050d))
18+
719
## [1.38.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.37.1...gapic-generator-v1.38.0) (2026-08-06)
820

921

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.38.0"
25+
version = "1.39.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

packages/google-api-core/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/google-api-core/#history
66

7+
## [2.34.1](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.34.0...google-api-core-v2.34.1) (2026-08-10)
8+
9+
10+
### Bug Fixes
11+
12+
* **api_core:** support suppress_metrics_header fallback in AuthMetadataPlugin ([#18029](https://github.com/googleapis/google-cloud-python/issues/18029)) ([dd2000d](https://github.com/googleapis/google-cloud-python/commit/dd2000d473b5ac315aa0f8408d7aefba793fd623))
13+
714
## [2.34.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.33.0...google-api-core-v2.34.0) (2026-08-06)
815

916

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.34.0"
15+
__version__ = "2.34.1"

packages/google-cloud-bigquery-storage/CHANGELOG.md

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

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

7+
## [2.41.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.40.0...google-cloud-bigquery-storage-v2.41.0) (2026-08-10)
8+
9+
10+
### Features
11+
12+
* **bigquery-storage:** add deprecation warning for to_dataframe ([#18022](https://github.com/googleapis/google-cloud-python/issues/18022)) ([57e7822](https://github.com/googleapis/google-cloud-python/commit/57e7822651e0f255fa3090f2fafbe0be3af272eb))
13+
14+
15+
### Bug Fixes
16+
17+
* **storage:** support updated GapicCallable metadata in tests ([#18031](https://github.com/googleapis/google-cloud-python/issues/18031)) ([24fe2e3](https://github.com/googleapis/google-cloud-python/commit/24fe2e3fd6320fe0e676105b54df6f6322f211bd))
18+
719
## [2.40.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.39.0...google-cloud-bigquery-storage-v2.40.0) (2026-08-06)
820

921

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/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__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/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__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/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__ = "2.40.0" # {x-release-please-version}
16+
__version__ = "2.41.0" # {x-release-please-version}

0 commit comments

Comments
 (0)