Skip to content

Commit c21a414

Browse files
renovate-botpartheagcf-owl-bot[bot]
authored
fix(deps): allow pyarrow < 10 (#550)
* chore(deps): update all dependencies * fix(deps): allow pyarrow < 10 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update dependency google-cloud-bigquery==3.3.1 Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9bf0264 commit c21a414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/snippets/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery-storage==2.14.1
2-
google-cloud-bigquery==3.3.0
2+
google-cloud-bigquery==3.3.1
33
pandas===1.3.5; python_version == '3.7'
44
pandas==1.4.3; python_version >= '3.8'
5-
pyarrow==8.0.0
5+
pyarrow==9.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"db-dtypes >=0.3.1,<2.0.0",
2727
"numpy >=1.16.6",
2828
"pandas >=0.24.2",
29-
"pyarrow >=3.0.0, <9.0dev",
29+
"pyarrow >=3.0.0, <10.0dev",
3030
"pydata-google-auth",
3131
# Note: google-api-core and google-auth are also included via transitive
3232
# dependency on google-cloud-bigquery, but this library also uses them

0 commit comments

Comments
 (0)