Skip to content

Commit

Permalink
chore: pin 'google-auth' to allow 2.x versions (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jul 16, 2021
1 parent fbf4fe5 commit 836f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@ def readme():
platforms="Posix; MacOS X; Windows",
install_requires=[
"google-api-core>=1.30.0", # Work-around bug in cloud core deps.
"google-auth>=1.25.0,<2.0dev", # Work around pip wack.
"google-auth>=1.25.0,<3.0dev", # Work around pip wack.
"google-cloud-bigquery>=2.19.0",
"sqlalchemy>=1.2.0,<1.5.0dev",
"future",
Expand Down

0 comments on commit 836f37c

Please sign in to comment.