Skip to content

Commit a4ee0df

Browse files
fix(deps): allow pyarrow v8 (#525)
* chore(deps): update dependency pyarrow to v8 * fix(deps): allow pyarrow v8 * chore(deps): update dependency google-cloud-bigquery to v3.1.0 Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent 6531cce commit a4ee0df

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.13.1
2-
google-cloud-bigquery==3.0.1
2+
google-cloud-bigquery==3.1.0
33
pandas===1.3.5; python_version == '3.7'
44
pandas==1.4.2; python_version >= '3.8'
5-
pyarrow==7.0.0
5+
pyarrow==8.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, <8.0dev",
29+
"pyarrow >=3.0.0, <9.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)