You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
In #185 , google-auth now uses Python's cryptography library if it's available.
The cryptography library is faster and better-maintained than python-rsa.
Recently the rsa library had a security bug, and it took a long time to ship an update sybrenstuvel/python-rsa#165 . This impacted google-auth users, see #646
Would you please update the google-auth packaging metadata to stop installing rsa and start installing cryptography instead?