Skip to content

Bump google-cloud-bigquery from 1.6.0 to 3.0.1 in /financial_time_series/tensorflow_model#578

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/financial_time_series/tensorflow_model/google-cloud-bigquery-3.0.1
Closed

Bump google-cloud-bigquery from 1.6.0 to 3.0.1 in /financial_time_series/tensorflow_model#578
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/financial_time_series/tensorflow_model/google-cloud-bigquery-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 31, 2022

Bumps google-cloud-bigquery from 1.6.0 to 3.0.1.

Release notes

Sourced from google-cloud-bigquery's releases.

v3.0.1

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

v3.0.0

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)
  • mark the package as type-checked (#1058) (76d88fb)
  • use StandardSqlField class for Model.feature_columns and Model.label_columns (#1117) (76d88fb)

Bug Fixes

  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972) (76d88fb)
  • improve type annotations for mypy validation (#1081) (76d88fb)
  • remove out-of-date BigQuery ML protocol buffers (#1178) (76d88fb)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786) (76d88fb)

Documentation

  • Add migration guide from version 2.x to 3.x (#1027) (76d88fb)

Dependencies

  • BigQuery Storage and pyarrow are required dependencies (#776) (76d88fb)

... (truncated)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)
  • mark the package as type-checked (#1058) (76d88fb)
  • use StandardSqlField class for Model.feature_columns and Model.label_columns (#1117) (76d88fb)

Bug Fixes

  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972) (76d88fb)
  • improve type annotations for mypy validation (#1081) (76d88fb)
  • remove out-of-date BigQuery ML protocol buffers (#1178) (76d88fb)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786) (76d88fb)

Documentation

  • Add migration guide from version 2.x to 3.x (#1027) (76d88fb)

Dependencies

  • BigQuery Storage and pyarrow are required dependencies (#776) (76d88fb)

2.34.3 (2022-03-29)

... (truncated)

Commits

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 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 [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 1.6.0 to 3.0.1.
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v1.6.0...v3.0.1)

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 31, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 10, 2022

Superseded by #617.

@dependabot dependabot Bot closed this May 10, 2022
@dependabot dependabot Bot deleted the dependabot/pip/financial_time_series/tensorflow_model/google-cloud-bigquery-3.0.1 branch May 10, 2022 11:10
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants