Skip to content

Commit ae019ee

Browse files
committed
test
1 parent 7c55d2a commit ae019ee

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
@@ -25,7 +25,7 @@
2525
# google-auth-oauthlib.
2626
# Specifically https://github.com/googleapis/google-auth-library-python/commit/36ecb1d65883477d27faf9c2281fc289659b9903
2727
# which results in the unit tests to fail. Remove the upper bound once the issue is resolved.
28-
DEPENDENCIES = ("google-auth>=2.15.0,<2.42.0", "requests-oauthlib>=0.7.0")
28+
DEPENDENCIES = ("google-auth>=2.15.0", "requests-oauthlib>=0.7.0")
2929

3030

3131
with io.open("README.rst", "r") as fh:

0 commit comments

Comments
 (0)