Skip to content

Commit

Permalink
fix(deps): require google-api-core>=1.31.5, >=2.3.2 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 4, 2022
1 parent c6bf78d commit e9aab38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-auth >= 1.25.0, < 3.0dev",
"google-api-core >= 1.29.0, < 3.0dev",
"google-api-core >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"google-cloud-core >= 1.6.0, < 3.0dev",
"google-resumable-media >= 1.3.0",
"requests >= 2.18.0, < 3.0.0dev",
Expand Down

0 comments on commit e9aab38

Please sign in to comment.