Skip to content

Commit

Permalink
feat: support ConnectionError retries for media operations (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsg committed Dec 14, 2020
1 parent 268bdba commit e55b25b
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 e55b25b

Please sign in to comment.