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 349eb56 commit 1adb8bbCopy full SHA for 1adb8bb
2 files changed
packages/google-auth/setup.py
@@ -50,10 +50,7 @@
50
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
51
urllib3_extra_require = ["urllib3", "packaging"]
52
53
-rsa_extra_require = [
54
- "rsa>=3.1.4,<5; python_version < '3.11'",
55
- "rsa>=4.0,<5; python_version >= '3.11'",
56
-]
+rsa_extra_require = ["rsa>=4.0,<5"]
57
58
# Unit test requirements.
59
testing_extra_require = [
packages/google-auth/testing/constraints-extras-3.10.txt
@@ -6,6 +6,6 @@ cryptography==41.0.5
6
pyjwt==2.0
7
pyopenssl==23.2.0
8
pyu2f==0.1.5
9
-rsa==3.1.4
+rsa==4.0
10
aiohttp==3.8.0
11
requests==2.20.0
0 commit comments