We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836f37c commit bf1f47cCopy full SHA for bf1f47c
setup.py
@@ -66,7 +66,10 @@ def readme():
66
platforms="Posix; MacOS X; Windows",
67
install_requires=[
68
"google-api-core>=1.30.0", # Work-around bug in cloud core deps.
69
- "google-auth>=1.25.0,<3.0dev", # Work around pip wack.
+ # NOTE: Maintainers, please do not require google-auth>=2.x.x
70
+ # Until this issue is closed
71
+ # https://github.com/googleapis/google-cloud-python/issues/10566
72
+ "google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
73
"google-cloud-bigquery>=2.19.0",
74
"sqlalchemy>=1.2.0,<1.5.0dev",
75
"future",
0 commit comments