Skip to content

Commit 0dde81f

Browse files
chore(main): release pandas-gbq 0.35.1
1 parent 9638879 commit 0dde81f

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ libraries:
25702570
metadata_name_override: grpc-iam
25712571
default_version: apiVersion
25722572
- name: pandas-gbq
2573-
version: 0.35.0
2573+
version: 0.35.1
25742574
python:
25752575
library_type: INTEGRATION
25762576
- name: proto-plus

packages/pandas-gbq/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
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-07)
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+
714
## [0.35.0](https://github.com/googleapis/google-cloud-python/compare/pandas-gbq-v0.34.1...pandas-gbq-v0.35.0) (2026-04-09)
815

916

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)