We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d107a2a commit a2d7bedCopy full SHA for a2d7bed
setup.py
@@ -24,7 +24,7 @@
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
26
"google-auth>=2.15.0,<3.0.0,!=2.43.0,!=2.44.0,!=2.45.0",
27
- "requests-oauthlib>=0.7.0"
+ "requests-oauthlib>=0.7.0",
28
)
29
30
0 commit comments