Skip to content

Commit ebb7a5e

Browse files
partheaGenesis929
andauthored
fix: resolve issue where pre-release versions of google-auth are installed (#1491)
Co-authored-by: Huan Chen <[email protected]>
1 parent 30a6237 commit ebb7a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"fsspec >=2023.3.0",
3939
"gcsfs >=2023.3.0",
4040
"geopandas >=0.12.2",
41-
"google-auth >=2.15.0,<3.0dev",
41+
"google-auth >=2.15.0,<3.0",
4242
"google-cloud-bigtable >=2.24.0",
4343
"google-cloud-pubsub >=2.21.4",
4444
"google-cloud-bigquery[bqstorage,pandas] >=3.31.0",

0 commit comments

Comments
 (0)