Skip to content

Commit d107a2a

Browse files
Update setup.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1a4ef40 commit d107a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
TOOL_DEPENDENCIES = "click>=6.0.0"
2222

2323
DEPENDENCIES = (
24-
# exclude versions of google-auth with an incompaible change:
25-
# https://github.com/googleapis/google-auth-library-python-oauthlib/issues/422
24+
# Exclude google-auth 2.43.0, 2.44.0, 2.45.0 due to an incompatibility.
25+
# See: https://github.com/googleapis/google-auth-library-python-oauthlib/issues/422
2626
"google-auth>=2.15.0,<3.0.0,!=2.43.0,!=2.44.0,!=2.45.0",
2727
"requests-oauthlib>=0.7.0"
2828
)

0 commit comments

Comments
 (0)