Replace python-jose with PyJWT and update its usage.

Switched the dependency from `python-jose` to `PyJWT` to handle JWT encoding and decoding. Updated related code to use `PyJWT`'s `InvalidTokenError` instead of `JWTError`. Also bumped the application version from `0.1.7` to `0.1.8`.
This commit is contained in:
2026-02-13 13:20:46 +01:00
parent a9a49eba4e
commit 9c68f11d74
5 changed files with 7 additions and 8 deletions

View File

@@ -8,8 +8,7 @@ alembic==1.16.5
pydantic==2.11.7
pydantic-settings==2.11.0
email-validator==2.2.0
python-jose[cryptography]==3.5.0
PyJWT==2.11.0
passlib[argon2]==1.7.4
cryptography==46.0.5
python-multipart==0.0.22
ecdsa==0.19.1