Skip to content

Commit 803dfad

Browse files
chore(main): release pandas-gbq 0.35.1
1 parent 49a8671 commit 803dfad

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/google-cloud-productregistry": "0.1.0",
55
"packages/google-crc32c": "1.8.0",
66
"packages/google-maps-isochrones": "0.1.0",
7-
"packages/pandas-gbq": "0.35.0"
7+
"packages/pandas-gbq": "0.35.1"
88
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2585,7 +2585,7 @@ libraries:
25852585
metadata_name_override: grpc-iam
25862586
default_version: apiVersion
25872587
- name: pandas-gbq
2588-
version: 0.35.0
2588+
version: 0.35.1
25892589
python:
25902590
library_type: INTEGRATION
25912591
- 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-24)
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)