Skip to content

Commit fb10fb7

Browse files
authored
Upper-bound google-auth dependency
For consistency with google-api-core, which specifies `google-auth >= 1.21.1, < 2.0dev` as a dependency.
1 parent 91b61d3 commit fb10fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
install_requires = [
3535
"httplib2>=0.15.0,<1dev",
36-
"google-auth>=1.16.0",
36+
"google-auth>=1.16.0,<2dev",
3737
"google-auth-httplib2>=0.0.3",
3838
"google-api-core>=1.21.0,<2dev",
3939
"six>=1.13.0,<2dev",

0 commit comments

Comments
 (0)