We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c7723 commit eebdd0eCopy full SHA for eebdd0e
setup.py
@@ -38,7 +38,7 @@
38
"gcsfs >=2023.3.0",
39
"geopandas >=0.12.2",
40
"google-auth >=2.15.0,<3.0dev",
41
- "google-cloud-bigquery[bqstorage,pandas] >=3.10.0",
+ "google-cloud-bigquery[bqstorage,pandas] >=3.18.0",
42
"google-cloud-functions >=1.10.1",
43
"google-cloud-bigquery-connection >=1.12.0",
44
"google-cloud-iam >=2.12.1",
testing/constraints-3.9.txt
@@ -4,7 +4,7 @@ fsspec==2023.3.0
4
gcsfs==2023.3.0
5
geopandas==0.12.2
6
google-auth==2.15.0
7
-google-cloud-bigquery==3.10.0
+google-cloud-bigquery==3.18.0
8
google-cloud-functions==1.10.1
9
google-cloud-bigquery-connection==1.12.0
10
google-cloud-iam==2.12.1
0 commit comments