Skip to content

Commit ed04fe5

Browse files
chore(main): release pandas-gbq 0.35.1
1 parent 141ad0e commit ed04fe5

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-individual-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/google-cloud-bigtable": "2.38.0",
44
"packages/google-cloud-firestore": "2.27.0",
55
"packages/google-crc32c": "1.8.0",
6-
"packages/pandas-gbq": "0.35.0",
6+
"packages/pandas-gbq": "0.35.1",
77
"packages/sqlalchemy-bigquery": "1.17.0"
88
}

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,7 @@ libraries:
25672567
metadata_name_override: grpc-iam
25682568
default_version: apiVersion
25692569
- name: pandas-gbq
2570-
version: 0.35.0
2570+
version: 0.35.1
25712571
skip_release: true
25722572
python:
25732573
library_type: INTEGRATION

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-06-19)
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)