fix: replace python-jose with PyJWT to eliminate vulnerable ecdsa dependency

This commit is contained in:
Stefano Bertelli 2026-04-03 00:46:36 -05:00
parent 5c02598a46
commit 496334137d
4 changed files with 21 additions and 59 deletions

View file

@ -20,7 +20,7 @@ dependencies = [
"cryptography>=44",
# Auth
"bcrypt>=4.0",
"python-jose[cryptography]>=3.3",
"pyjwt[crypto]>=2.9",
"authlib>=1.4",
"pyotp>=2.9",
"webauthn>=2.2",