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

Commit 7715f92

Browse files
committed
updated warning
1 parent 15e6e7b commit 7715f92

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/auth/crypt/_python_rsa.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
warnings.warn(
4444
(
4545
"The 'rsa' library is deprecated and will be removed in a future release. "
46-
"Please migrate to 'cryptography'. To keep using the legacy library, "
47-
"install 'google-auth[rsa]'."
46+
"Please migrate to 'cryptography'."
4847
),
4948
category=FutureWarning,
5049
stacklevel=2,

0 commit comments

Comments
 (0)