Skip to content

Commit 893c014

Browse files
chore(main): release pandas-gbq 0.35.1
1 parent 4f21b8b commit 893c014

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/bigframes": "2.46.0",
33
"packages/google-crc32c": "1.8.0",
4-
"packages/pandas-gbq": "0.35.0"
4+
"packages/pandas-gbq": "0.35.1"
55
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ libraries:
26032603
metadata_name_override: grpc-iam
26042604
default_version: apiVersion
26052605
- name: pandas-gbq
2606-
version: 0.35.0
2606+
version: 0.35.1
26072607
python:
26082608
library_type: INTEGRATION
26092609
- name: proto-plus

packages/pandas-gbq/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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-07-25)
8+
9+
10+
### Features
11+
12+
* **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))
13+
14+
15+
### Documentation
16+
17+
* 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))
18+
719
## [0.35.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.34.1...pandas-gbq-v0.35.0) (2026-04-09)
820

921

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)