Skip to content

Commit bd1cf0e

Browse files
crwilcoxtseaver
andauthored
BigQuery: Restrict version range of google-resumable-media. (googleapis#9243)
* Restrict version range of google-resumable-media Co-Authored-By: Tres Seaver <tseaver@palladion.com>
1 parent 51f97e8 commit bd1cf0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dependencies = [
3232
'enum34; python_version < "3.4"',
3333
"google-cloud-core >= 1.0.3, < 2.0dev",
34-
"google-resumable-media >= 0.3.1",
34+
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.5.0dev",
3535
"protobuf >= 3.6.0",
3636
]
3737
extras = {

0 commit comments

Comments
 (0)