Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 4edfd72

Browse files
committed
updated dependencies
1 parent 9a8043f commit 4edfd72

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
DEPENDENCIES = (
2323
"pyasn1-modules>=0.2.1",
2424
"cryptography >= 38.0.3",
25-
# TODO: remove rsa from dependencies in next release (replaced with cryptography)
26-
"rsa>=3.1.4,<5",
2725
)
2826

2927
# Note: cryptography was made into a required dependency. Extra is kept for backwards compatibility
@@ -74,6 +72,9 @@
7472
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1722): `test_aiohttp_requests` depend on
7573
# aiohttp < 3.10.0 which is a bug. Investigate and remove the pinned aiohttp version.
7674
"aiohttp < 3.10.0",
75+
# rsa library was removed as a dependency, but we still have some code paths that support it
76+
# TODO: remove dependency when google.auth.crypt._python_rsa is removed
77+
"rsa>=3.1.4,<5",
7778
]
7879

7980
extras = {

0 commit comments

Comments
 (0)