elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Update google-cloud-bigquery requirement from <=2.24.0 to <2.28.0 #415

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on google-cloud-bigquery to permit the latest version.

Release notes

Sourced from google-cloud-bigquery's releases.

v2.27.0

Features

  • Add py.typed for PEP 561 compliance (#976) (96e6bee)
  • include key metadata in Job representation (#964) (acca1cb)

Bug Fixes

  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#983) (f83c00a)
  • remove default timeout (#974) (1cef0d4)

Documentation

  • simplify destination table sample with f-strings (#966) (ab6e76f)
Changelog

Sourced from google-cloud-bigquery's changelog.

2.27.0 (2021-09-24)

Features

  • Add py.typed for PEP 561 compliance (#976) (96e6bee)
  • include key metadata in Job representation (#964) (acca1cb)

Bug Fixes

  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#983) (f83c00a)
  • remove default timeout (#974) (1cef0d4)

Documentation

  • simplify destination table sample with f-strings (#966) (ab6e76f)

2.26.0 (2021-09-01)

Features

  • set the X-Server-Timeout header when timeout is set (#927) (ba02f24)

Bug Fixes

  • guard imports against unsupported pyarrow versions (#934) (b289076)

2.25.2 (2021-08-31)

Bug Fixes

  • error inserting DataFrame with REPEATED field (#925) (656d2fa)
  • underscores weren't allowed in struct field names when passing parameters to the DB API (#930) (fcb0bc6)

Documentation

  • update docstring for bigquery_create_routine sample (#883) (#917) (e2d12b7)

2.25.1 (2021-08-25)

Bug Fixes

... (truncated)

Commits
  • 71cc728 chore: release 2.27.0 (#965)
  • f83c00a fix: disambiguate missing policy tags from explicitly unset policy tags (#983)
  • ee1e25c chore: relocate owl bot post processor (#979)
  • fcd6336 test: look for transaction info on child job, not parent job (#978)
  • 1cef0d4 fix: remove default timeout (#974)
  • 96e6bee feat: Add py.typed for PEP 561 compliance (#976)
  • afdc1ed refactor: extract common logic to TableBase class (#956)
  • 6e785c7 cleanup: get rid of unit test warnings caused by our code (#973)
  • ab6e76f docs: simplify destination table sample with f-strings (#966)
  • 4f72359 test: ensure prerelease versions of pandas and arrow are tested nightly (#961)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 3 years ago

Superseded by #417.