From 014cdbfe0e15bb2882a1f9c5caea052591956e63 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:16:20 +0000 Subject: [PATCH] chore(main): release pandas-gbq 0.35.1 --- .release-please-individual-manifest.json | 2 +- librarian.yaml | 2 +- packages/pandas-gbq/CHANGELOG.md | 7 +++++++ packages/pandas-gbq/pandas_gbq/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 1bdea73da032..fc52b9aef57a 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -3,6 +3,6 @@ "packages/google-cloud-bigtable": "2.38.0", "packages/google-cloud-firestore": "2.27.0", "packages/google-crc32c": "1.8.0", - "packages/pandas-gbq": "0.35.0", + "packages/pandas-gbq": "0.35.1", "packages/sqlalchemy-bigquery": "1.17.0" } \ No newline at end of file diff --git a/librarian.yaml b/librarian.yaml index 34509c96c53d..26ab8a550d77 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2567,7 +2567,7 @@ libraries: metadata_name_override: grpc-iam default_version: apiVersion - name: pandas-gbq - version: 0.35.0 + version: 0.35.1 skip_release: true python: library_type: INTEGRATION diff --git a/packages/pandas-gbq/CHANGELOG.md b/packages/pandas-gbq/CHANGELOG.md index 5e17029eda2b..559e0c82716f 100644 --- a/packages/pandas-gbq/CHANGELOG.md +++ b/packages/pandas-gbq/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://pypi.org/project/pandas-gbq/#history +## [0.35.1](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.35.0...pandas-gbq-v0.35.1) (2026-06-18) + + +### Features + +* **pandas-gbq:** add Ruff format session and implement mypy ([#17041](https://github.com/googleapis/google-cloud-python/issues/17041)) ([9065368](https://github.com/googleapis/google-cloud-python/commit/9065368d767d3d16347a109c23fd6d35c4fd3968)) + ## [0.35.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.34.1...pandas-gbq-v0.35.0) (2026-04-09) diff --git a/packages/pandas-gbq/pandas_gbq/version.py b/packages/pandas-gbq/pandas_gbq/version.py index 0cf8e377ced7..5f4c5cf5aa60 100644 --- a/packages/pandas-gbq/pandas_gbq/version.py +++ b/packages/pandas-gbq/pandas_gbq/version.py @@ -2,4 +2,4 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -__version__ = "0.35.0" +__version__ = "0.35.1"