File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 # Note: google-api-core and google-auth are also included via transitive
3131 # dependency on google-cloud-bigquery, but this library also uses them
3232 # directly.
33- "google-api-core >= 2.10.2, <3.0.0dev " ,
33+ "google-api-core >= 2.10.2, <3.0.0 " ,
3434 "google-auth >=2.13.0" ,
3535 "google-auth-oauthlib >=0.7.0" ,
3636 # Please also update the minimum version in pandas_gbq/features.py to
3737 # allow pandas-gbq to detect invalid package versions at runtime.
38- "google-cloud-bigquery >=3.4.2,<4.0.0dev " ,
38+ "google-cloud-bigquery >=3.4.2,<4.0.0 " ,
3939 "packaging >=22.0.0" ,
4040]
4141extras = {
4242 "bqstorage" : [
43- "google-cloud-bigquery-storage >=2.16.2, <3.0.0dev " ,
43+ "google-cloud-bigquery-storage >=2.16.2, <3.0.0 " ,
4444 ],
4545 "tqdm" : ["tqdm>=4.23.0" ],
4646 "geopandas" : ["geopandas>=0.9.0" , "Shapely>=1.8.4" ],
You can’t perform that action at this time.
0 commit comments