| commit | 6cfdeeba8e743c6de962345bcb6b2854bde1fdbd | [log] [tgz] |
|---|---|---|
| author | Daniel Sanche <[email protected]> | Fri Jan 09 17:53:07 2026 -0800 |
| committer | GitHub <[email protected]> | Fri Jan 09 17:53:07 2026 -0800 |
| tree | aa8697aff37955f7f63b3132ece0fbd25aba0cf0 | |
| parent | bfc07e1050bd0aa86fa3b08cdf70c9b68b5fe6a2 [diff] |
chore: add warning for rsa library (#1925) The `rsa` library is archived, and scheduled to be removed. `google-auth` already supports an alternate implementation, using `cryptography`. This PR adds a warning to users still relying on the old library, and adds `rsa` as an optional dependency to allow users to continue to opt-in to rsa during deprecation persion After release, a follow-up version will remove rsa as a required dependency, leaving it only for opt-in users