Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-individual-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions packages/pandas-gbq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pandas-gbq/pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading