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
The current `cryptography` wheel packages have a secruity vulnerability that
was address by `cryptography==44.0.1`.
`jwcrypto==1.5.6` prevents us from pulling `cryptography=44.0.1` because of the
way the requirements are defined: `cryptography<44,>=41.0.5'`.
So we build it from source for now.
0 commit comments