Skip to content

Commit b413853

Browse files
chore(main): release pandas-gbq 0.35.1
1 parent 52e82b7 commit b413853

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages/bigframes": "2.47.0",
33
"packages/google-cloud-bigquery": "3.42.3",
44
"packages/google-crc32c": "1.8.0",
5-
"packages/pandas-gbq": "0.35.0"
5+
"packages/pandas-gbq": "0.35.1"
66
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,7 @@ libraries:
26082608
metadata_name_override: grpc-iam
26092609
default_version: apiVersion
26102610
- name: pandas-gbq
2611-
version: 0.35.0
2611+
version: 0.35.1
26122612
python:
26132613
library_type: INTEGRATION
26142614
- name: proto-plus

packages/pandas-gbq/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://pypi.org/project/pandas-gbq/#history
66

7+
## [0.35.1](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.35.0...pandas-gbq-v0.35.1) (2026-08-04)
8+
9+
10+
### Features
11+
12+
* **pandas-gbq:** add arrow decoder for read rows response ([#17958](https://github.com/googleapis/google-cloud-python/issues/17958)) ([e1df28c](https://github.com/googleapis/google-cloud-python/commit/e1df28c5330c67f949f7b8888f4d906488e07a3b))
13+
* **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))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
20+
21+
### Documentation
22+
23+
* 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))
24+
725
## [0.35.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.34.1...pandas-gbq-v0.35.0) (2026-04-09)
826

927

packages/pandas-gbq/pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Use of this source code is governed by a BSD-style
33
# license that can be found in the LICENSE file.
44

5-
__version__ = "0.35.0"
5+
__version__ = "0.35.1"

0 commit comments

Comments
 (0)