From ee4ae64fb1cce70c75b99a6990a69328789d85d0 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:31:25 +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 | 17 +++++++++++++++++ packages/pandas-gbq/pandas_gbq/version.py | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index 39295f90784f..3749fe367192 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -1,5 +1,5 @@ { "packages/bigframes": "2.46.0", "packages/google-crc32c": "1.8.0", - "packages/pandas-gbq": "0.35.0" + "packages/pandas-gbq": "0.35.1" } \ No newline at end of file diff --git a/librarian.yaml b/librarian.yaml index 3c1a88168c13..d8ea1a9bde78 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2608,7 +2608,7 @@ libraries: metadata_name_override: grpc-iam default_version: apiVersion - name: pandas-gbq - version: 0.35.0 + version: 0.35.1 python: library_type: INTEGRATION - name: proto-plus diff --git a/packages/pandas-gbq/CHANGELOG.md b/packages/pandas-gbq/CHANGELOG.md index 5e17029eda2b..a0ecc6f8fd09 100644 --- a/packages/pandas-gbq/CHANGELOG.md +++ b/packages/pandas-gbq/CHANGELOG.md @@ -4,6 +4,23 @@ [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-07-30) + + +### 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)) + + +### Bug Fixes + +* require Protobuf 6.33.5+ ([#17743](https://github.com/googleapis/google-cloud-python/issues/17743)) ([d267342](https://github.com/googleapis/google-cloud-python/commit/d26734293c23f06ccce048f7d9b0fa365e813410)) + + +### Documentation + +* add project ID to pandas-gbq run sample ([#17692](https://github.com/googleapis/google-cloud-python/issues/17692)) ([bd5d1a4](https://github.com/googleapis/google-cloud-python/commit/bd5d1a4b100cd1d22fc19da75d07a0b47396edd3)) + ## [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"