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`.
15 lines
287 B
Plaintext
15 lines
287 B
Plaintext
fastapi==0.129.0
|
|
starlette==0.52.1
|
|
uvicorn[standard]==0.35.0
|
|
gunicorn==23.0.0
|
|
sqlalchemy[asyncio]==2.0.44
|
|
asyncpg==0.30.0
|
|
alembic==1.16.5
|
|
pydantic==2.11.7
|
|
pydantic-settings==2.11.0
|
|
email-validator==2.2.0
|
|
PyJWT==2.11.0
|
|
passlib[argon2]==1.7.4
|
|
cryptography==46.0.5
|
|
python-multipart==0.0.22
|