Skip to content

Commit a579d6f

Browse files
committed
fix rsa issue
1 parent 06ea97d commit a579d6f

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
@@ -47,10 +47,7 @@
4747
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1739): Add bounds for urllib3 and packaging dependencies.
4848
urllib3_extra_require = ["urllib3", "packaging"]
4949

50-
rsa_extra_require = [
51-
"rsa>=3.1.4,<5; python_version < '3.11'",
52-
"rsa>=4.0,<5; python_version >= '3.11'",
53-
]
50+
rsa_extra_require = ["rsa>=4.0,<5"]
5451

5552
# Unit test requirements.
5653
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)