Skip to content

Commit 38f0f38

Browse files
committed
Update dependency pins
The new timeout feature requires more recent versions of the API core and google auth dependencies.
1 parent fb95ca5 commit 38f0f38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigquery/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
release_status = "Development Status :: 5 - Production/Stable"
3131
dependencies = [
3232
'enum34; python_version < "3.4"',
33+
"google-auth >= 1.9.0, < 2.0dev",
34+
"google-api-core >= 1.15.0, < 2.0dev",
3335
"google-cloud-core >= 1.0.3, < 2.0dev",
3436
"google-resumable-media >= 0.3.1, != 0.4.0, < 0.6.0dev",
3537
"protobuf >= 3.6.0",

0 commit comments

Comments
 (0)