Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pandas-gbq from 0.17.9 to 0.26.0 #1578

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps pandas-gbq from 0.17.9 to 0.26.0.

Release notes

Sourced from pandas-gbq's releases.

v0.26.0

0.26.0 (2024-12-19)

Features

  • to_gbq fails with TypeError if passing in a bigframes DataFrame object (#833) (5004d08)

Bug Fixes

  • to_gbq uses default_type for ambiguous array types and struct field types (#838) (cf1aadd)

v0.25.0

0.25.0 (2024-12-11)

⚠ BREAKING CHANGES

  • to_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832)

Bug Fixes

  • To_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832) (2104b71)

v0.24.0

0.24.0 (2024-10-14)

⚠ BREAKING CHANGES

  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814)
  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814)

Features

  • Adds the capability to include custom user agent string (#819) (d43457b)

Bug Fixes

  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814) (107bb40)
  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) (107bb40)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814) (107bb40)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814) (107bb40)

Dependencies

... (truncated)

Changelog

Sourced from pandas-gbq's changelog.

0.26.0 (2024-12-19)

Features

  • to_gbq fails with TypeError if passing in a bigframes DataFrame object (#833) (5004d08)

Bug Fixes

  • to_gbq uses default_type for ambiguous array types and struct field types (#838) (cf1aadd)

0.25.0 (2024-12-11)

⚠ BREAKING CHANGES

  • to_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832)

Bug Fixes

  • To_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as DATETIME type (#832) (2104b71)

0.24.0 (2024-10-14)

⚠ BREAKING CHANGES

  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814)
  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814)

Features

  • Adds the capability to include custom user agent string (#819) (d43457b)

Bug Fixes

  • to_gbq loads unit8 columns to BigQuery INT64 instead of STRING (#814) (107bb40)
  • to_gbq loads naive (no timezone) columns to BigQuery DATETIME instead of TIMESTAMP (#814) (107bb40)
  • to_gbq loads object column containing bool values to BOOLEAN instead of STRING (#814) (107bb40)
  • to_gbq loads object column containing dictionary values to STRUCT instead of STRING (#814) (107bb40)

Dependencies

  • Min pyarrow is now 4.0.0 to support compliant nested types (#814) (107bb40)

... (truncated)

Commits
  • b32a9c9 chore(main): release 0.26.0 (#837)
  • cf1aadd fix: to_gbq uses default_type for ambiguous array types and struct field ...
  • 5484a8c chore(python): update dependencies in .kokoro/docker/docs (#841)
  • 5004d08 feat: to_gbq fails with TypeError if passing in a bigframes DataFrame obj...
  • cc90edd chore(main): release 0.25.0 (#834)
  • 2104b71 fix!: to_gbq uploads ArrowDtype(pa.timestamp(...) without timezone as `DA...
  • 78aa01e chore(deps): update all dependencies (#830)
  • 08bc0b0 chore(deps): update all dependencies (#829)
  • 52590c4 chore(deps): update all dependencies (#826)
  • 22d806c chore(python): update dependencies in .kokoro/docker/docs (#827)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) from 0.17.9 to 0.26.0.
- [Release notes](https://github.com/googleapis/python-bigquery-pandas/releases)
- [Changelog](https://github.com/googleapis/python-bigquery-pandas/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery-pandas@v0.17.9...v0.26.0)

---
updated-dependencies:
- dependency-name: pandas-gbq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2025

Superseded by #1585.

@dependabot dependabot bot closed this Jan 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/pandas-gbq-0.26.0 branch January 7, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants