Skip to content

Commit e99abbb

Browse files
authored
chore(deps): update dependency google-cloud-bigquery-storage to v2.5.0 (#731)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery-storage](https://togithub.com/googleapis/python-bigquery-storage) | `==2.4.0` -> `==2.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.5.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.5.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery-storage</summary> ### [`v2.5.0`](https://togithub.com/googleapis/python-bigquery-storage/blob/master/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapispython-bigquery-storagecomparev240v250-2021-06-29) [Compare Source](https://togithub.com/googleapis/python-bigquery-storage/compare/v2.4.0...v2.5.0) ##### ⚠ BREAKING CHANGES - remove default deadline for AppendRows API ([#&#8203;205](https://togithub.com/googleapis/python-bigquery-storage/issues/205)) ##### Features - Add ZSTD compression as an option for Arrow ([#&#8203;197](https://www.github.com/googleapis/python-bigquery-storage/issues/197)) ([f941446](https://www.github.com/googleapis/python-bigquery-storage/commit/f9414469fac37bf05db28230a1a6c1e3f7342e8d)) - new JSON type through BigQuery Write ([#&#8203;178](https://www.github.com/googleapis/python-bigquery-storage/issues/178)) ([a6d6afa](https://www.github.com/googleapis/python-bigquery-storage/commit/a6d6afa8654907701aab2724f940be8f63edd0ea)) ##### Bug Fixes - **deps:** add packaging requirement ([#&#8203;200](https://www.github.com/googleapis/python-bigquery-storage/issues/200)) ([f2203fe](https://www.github.com/googleapis/python-bigquery-storage/commit/f2203fefe36dd043a258adb85e970fef14cf6ebc)) - remove default deadline for AppendRows API ([#&#8203;205](https://www.github.com/googleapis/python-bigquery-storage/issues/205)) ([cd4e637](https://www.github.com/googleapis/python-bigquery-storage/commit/cd4e637c4c74f21be50c3b0ebdfeebb1dfb88cbb)) ##### Documentation - omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&#8203;1127](https://www.github.com/googleapis/python-bigquery-storage/issues/1127)) ([#&#8203;212](https://www.github.com/googleapis/python-bigquery-storage/issues/212)) ([8bcc4cd](https://www.github.com/googleapis/python-bigquery-storage/commit/8bcc4cd298eb0f5da03ecf66670982ab41e35c88)) ##### Miscellaneous Chores - release 2.5.0 ([#&#8203;220](https://www.github.com/googleapis/python-bigquery-storage/issues/220)) ([946c8a9](https://www.github.com/googleapis/python-bigquery-storage/commit/946c8a91c2d74c6bf37b333a4d0483f4483dcbce)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery).
1 parent d047419 commit e99abbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/geography/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
geojson==2.5.0
22
google-cloud-bigquery==2.20.0
3-
google-cloud-bigquery-storage==2.4.0
3+
google-cloud-bigquery-storage==2.5.0
44
Shapely==1.7.1

samples/snippets/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery==2.20.0
2-
google-cloud-bigquery-storage==2.4.0
2+
google-cloud-bigquery-storage==2.5.0
33
google-auth-oauthlib==0.4.4
44
grpcio==1.38.1
55
ipython==7.16.1; python_version < '3.7'

0 commit comments

Comments
 (0)