Skip to content

Commit ab9a69b

Browse files
chore: release main
1 parent 1d79696 commit ab9a69b

10 files changed

Lines changed: 33 additions & 10 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-cloud-bigquery/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
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/magics ([#18312](https://github.com/googleapis/google-cloud-python/issues/18312)) ([d0045d4](https://github.com/googleapis/google-cloud-python/commit/d0045d4da87c7bc606734295b726a4707faa53d3))
16+
* 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))
17+
18+
19+
### Documentation
20+
21+
* 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))
22+
723
## [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)
824

925

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}

packages/google-cloud-bigtable/google/cloud/bigtable_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}

packages/google-cloud-bigtable/samples/generated_samples/snippet_metadata_google.bigtable.admin.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigtable",
11-
"version": "2.44.0"
11+
"version": "2.45.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)