Skip to content

Commit cdc23ee

Browse files
chore: release main
1 parent 906ace7 commit cdc23ee

12 files changed

Lines changed: 46 additions & 13 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.57.1",
20+
"packages/google-auth": "2.58.0",
2121
"packages/google-auth-httplib2": "0.4.2",
2222
"packages/google-auth-oauthlib": "1.4.1",
2323
"packages/google-backstory": "0.1.0",
@@ -54,7 +54,7 @@
5454
"packages/google-cloud-beyondcorp-clientgateways": "0.8.0",
5555
"packages/google-cloud-biglake": "0.5.1",
5656
"packages/google-cloud-biglake-hive": "0.3.4",
57-
"packages/google-cloud-bigquery": "3.45.0",
57+
"packages/google-cloud-bigquery": "3.45.1",
5858
"packages/google-cloud-bigquery-analyticshub": "0.9.0",
5959
"packages/google-cloud-bigquery-biglake": "0.8.0",
6060
"packages/google-cloud-bigquery-connection": "1.22.0",
@@ -65,7 +65,7 @@
6565
"packages/google-cloud-bigquery-migration": "0.15.1",
6666
"packages/google-cloud-bigquery-reservation": "1.27.0",
6767
"packages/google-cloud-bigquery-storage": "2.41.0",
68-
"packages/google-cloud-bigtable": "2.44.0",
68+
"packages/google-cloud-bigtable": "2.45.0",
6969
"packages/google-cloud-billing": "1.20.0",
7070
"packages/google-cloud-billing-budgets": "1.21.0",
7171
"packages/google-cloud-binary-authorization": "1.19.1",

librarian.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ libraries:
245245
metadata_name_override: area120tables
246246
default_version: v1alpha1
247247
- name: google-auth
248-
version: 2.57.1
248+
version: 2.58.0
249249
python:
250250
library_type: AUTH
251251
- name: google-auth-httplib2
@@ -569,7 +569,7 @@ libraries:
569569
python:
570570
default_version: v1beta
571571
- name: google-cloud-bigquery
572-
version: 3.45.0
572+
version: 3.45.1
573573
python:
574574
library_type: GAPIC_COMBO
575575
metadata_name_override: bigquery
@@ -663,7 +663,7 @@ libraries:
663663
metadata_name_override: bigquerystorage
664664
default_version: v1
665665
- name: google-cloud-bigtable
666-
version: 2.44.0
666+
version: 2.45.0
667667
apis:
668668
- path: google/bigtable/v2
669669
- path: google/bigtable/admin/v2

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

7+
## [2.58.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.57.1...google-auth-v2.58.0) (2026-09-09)
8+
9+
10+
### Features
11+
12+
* [aiohttp] Add mTLS reconfiguration logic when certificate mismatch ([906ace7](https://github.com/googleapis/google-cloud-python/commit/906ace77a2a4cfe57954b3da727232e2fd481c22))
13+
* **auth:** [aiohttp] Add mTLS reconfiguration logic when certificate mismatch for existing credentials & Agent Identity workloads ([#18224](https://github.com/googleapis/google-cloud-python/issues/18224)) ([906ace7](https://github.com/googleapis/google-cloud-python/commit/906ace77a2a4cfe57954b3da727232e2fd481c22))
14+
715
## [2.57.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.57.0...google-auth-v2.57.1) (2026-09-03)
816

917

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.57.1"
15+
__version__ = "2.58.0"

packages/google-cloud-bigquery/CHANGELOG.md

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

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

7+
## [3.45.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.45.0...google-cloud-bigquery-v3.45.1) (2026-09-09)
8+
9+
10+
### Bug Fixes
11+
12+
* bump idna from 3.10 to 3.15 in /packages/google-cloud-bigquery/samples/geography ([#18309](https://github.com/googleapis/google-cloud-python/issues/18309)) ([b6fe689](https://github.com/googleapis/google-cloud-python/commit/b6fe6890582acf73e4163fe83af7024b7782b1a8))
13+
* bump pyarrow from 21.0.0 to 23.0.1 in /packages/google-cloud-bigquery/samples/geography ([#18313](https://github.com/googleapis/google-cloud-python/issues/18313)) ([282ab70](https://github.com/googleapis/google-cloud-python/commit/282ab7039a423fb4e2b781c87cc4b0bca2d9538f))
14+
* bump pyasn1 from 0.6.2 to 0.6.4 in /packages/google-cloud-bigquery/samples/geography ([#18310](https://github.com/googleapis/google-cloud-python/issues/18310)) ([1d79696](https://github.com/googleapis/google-cloud-python/commit/1d796961baf475b4a77edfda06760e07014095b3))
15+
* bump pytest from 8.4.2 to 9.0.3 in /packages/google-cloud-bigquery/samples/desktopapp ([#18322](https://github.com/googleapis/google-cloud-python/issues/18322)) ([f55462d](https://github.com/googleapis/google-cloud-python/commit/f55462de2ea192806282065c44133bd768ad80ed))
16+
* bump pytest from 8.4.2 to 9.0.3 in /packages/google-cloud-bigquery/samples/magics ([#18312](https://github.com/googleapis/google-cloud-python/issues/18312)) ([d0045d4](https://github.com/googleapis/google-cloud-python/commit/d0045d4da87c7bc606734295b726a4707faa53d3))
17+
* bump requests from 2.32.5 to 2.33.0 in /packages/google-cloud-bigquery/samples/geography ([#18323](https://github.com/googleapis/google-cloud-python/issues/18323)) ([4cc95cb](https://github.com/googleapis/google-cloud-python/commit/4cc95cb821d220cc5c2498947efc9b263d93f1c6))
18+
* bump urllib3 from 2.6.3 to 2.7.0 in /packages/google-cloud-bigquery/samples/geography ([#18311](https://github.com/googleapis/google-cloud-python/issues/18311)) ([f18eb1e](https://github.com/googleapis/google-cloud-python/commit/f18eb1ec78469e6bf1525c6e3b774e394e834e60))
19+
20+
21+
### Documentation
22+
23+
* migrate code from googleapis/python-bigquery ([#18303](https://github.com/googleapis/google-cloud-python/issues/18303)) ([23f9a74](https://github.com/googleapis/google-cloud-python/commit/23f9a742ad842a7c133bd167676e195b6cb78f95))
24+
725
## [3.45.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.44.0...google-cloud-bigquery-v3.45.0) (2026-09-03)
826

927

packages/google-cloud-bigquery/google/cloud/bigquery/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__ = "3.45.0"
15+
__version__ = "3.45.1"

packages/google-cloud-bigtable/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-cloud-bigtable/#history
66

7+
## [2.45.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.44.0...google-cloud-bigtable-v2.45.0) (2026-09-09)
8+
9+
10+
### Features
11+
12+
* **bigtable:** Rerouted MutateRows to use the data client ([#18195](https://github.com/googleapis/google-cloud-python/issues/18195)) ([3bbcbdf](https://github.com/googleapis/google-cloud-python/commit/3bbcbdf1a62dd10ab96f72e5c8198cffe9174ac7))
13+
714
## [2.44.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.43.0...google-cloud-bigtable-v2.44.0) (2026-09-03)
815

916

packages/google-cloud-bigtable/google/cloud/bigtable/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.44.0" # {x-release-please-version}
16+
__version__ = "2.45.0" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin/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.44.0" # {x-release-please-version}
16+
__version__ = "2.45.0" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/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.44.0" # {x-release-please-version}
16+
__version__ = "2.45.0" # {x-release-please-version}

0 commit comments

Comments
 (0)