diff --git a/.release-please-individual-manifest.json b/.release-please-individual-manifest.json index bb594ead9087..6f2749e22d69 100644 --- a/.release-please-individual-manifest.json +++ b/.release-please-individual-manifest.json @@ -1,6 +1,6 @@ { "packages/bigframes": "2.44.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 0d0abe910e5a..0ac48b8562c9 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -2569,7 +2569,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..27dc59b206bb 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-07-02) + + +### 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"