Skip to content

Commit

Permalink
Update dependency pins
Browse files Browse the repository at this point in the history
The new timeout feature requires more recent versions of the API core
and google auth dependencies.
  • Loading branch information
plamut committed Dec 17, 2019
1 parent fb95ca5 commit 38f0f38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
'enum34; python_version < "3.4"',
"google-auth >= 1.9.0, < 2.0dev",
"google-api-core >= 1.15.0, < 2.0dev",
"google-cloud-core >= 1.0.3, < 2.0dev",
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.6.0dev",
"protobuf >= 3.6.0",
Expand Down

0 comments on commit 38f0f38

Please sign in to comment.