Skip to content

Commit c687f42

Browse files
authored
fix(deps): add upper-bound google-auth dependency (#1180)
For consistency with google-api-core, which specifies `google-auth >= 1.21.1, < 2.0dev` as a dependency. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #1179 🦕
1 parent 7665706 commit c687f42

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)