Skip to content

Commit 1adb8bb

Browse files
committed
fix rsa issue
1 parent 349eb56 commit 1adb8bb

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

packages/google-auth/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@
5050
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
5151
urllib3_extra_require = ["urllib3", "packaging"]
5252

53-
rsa_extra_require = [
54-
"rsa>=3.1.4,<5; python_version < '3.11'",
55-
"rsa>=4.0,<5; python_version >= '3.11'",
56-
]
53+
rsa_extra_require = ["rsa>=4.0,<5"]
5754

5855
# Unit test requirements.
5956
testing_extra_require = [

packages/google-auth/testing/constraints-extras-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ cryptography==41.0.5
66
pyjwt==2.0
77
pyopenssl==23.2.0
88
pyu2f==0.1.5
9-
rsa==3.1.4
9+
rsa==4.0
1010
aiohttp==3.8.0
1111
requests==2.20.0

0 commit comments

Comments
 (0)