Skip to content

Commit

Permalink
feat: support ConnectionError retries for media operations (googleapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg authored and cojenco committed Oct 13, 2021
1 parent ba05392 commit eed96cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
dependencies = [
"google-auth >= 1.11.0, < 2.0dev",
"google-cloud-core >= 1.4.1, < 2.0dev",
"google-resumable-media >= 1.0.0, < 2.0dev",
"google-resumable-media >= 1.2.0, < 2.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
extras = {}
Expand Down

0 comments on commit eed96cc

Please sign in to comment.