Skip to content

Commit

Permalink
BigQuery: Restrict version range of google-resumable-media. (#9243)
Browse files Browse the repository at this point in the history
* Restrict version range of google-resumable-media

Co-Authored-By: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
crwilcox and tseaver committed Sep 19, 2019
1 parent 51f97e8 commit bd1cf0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dependencies = [
'enum34; python_version < "3.4"',
"google-cloud-core >= 1.0.3, < 2.0dev",
"google-resumable-media >= 0.3.1",
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.5.0dev",
"protobuf >= 3.6.0",
]
extras = {
Expand Down

0 comments on commit bd1cf0e

Please sign in to comment.