We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6531cce commit a4ee0dfCopy full SHA for a4ee0df
samples/snippets/requirements.txt
@@ -1,5 +1,5 @@
1
google-cloud-bigquery-storage==2.13.1
2
-google-cloud-bigquery==3.0.1
+google-cloud-bigquery==3.1.0
3
pandas===1.3.5; python_version == '3.7'
4
pandas==1.4.2; python_version >= '3.8'
5
-pyarrow==7.0.0
+pyarrow==8.0.0
setup.py
@@ -26,7 +26,7 @@
26
"db-dtypes >=0.3.1,<2.0.0",
27
"numpy >=1.16.6",
28
"pandas >=0.24.2",
29
- "pyarrow >=3.0.0, <8.0dev",
+ "pyarrow >=3.0.0, <9.0dev",
30
"pydata-google-auth",
31
# Note: google-api-core and google-auth are also included via transitive
32
# dependency on google-cloud-bigquery, but this library also uses them
0 commit comments