Skip to content

Commit b81c559

Browse files
committed
add upper bound to google-auth-httplib2
1 parent 3894ccd commit b81c559

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
@@ -38,7 +38,7 @@
3838
# Until this issue is closed
3939
# https://github.com/googleapis/google-cloud-python/issues/10566
4040
"google-auth>=1.32.0,<3.0.0.dev0,!=2.24.0,!=2.25.0",
41-
"google-auth-httplib2>=0.2.0",
41+
"google-auth-httplib2>=0.2.0, <1.0.0",
4242
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
4343
# Until this issue is closed
4444
# https://github.com/googleapis/google-cloud-python/issues/10566

0 commit comments

Comments
 (0)