Fix: replace passlib with bcrypt directly - passlib incompatible with bcrypt 4.x

This commit is contained in:
claude 2026-03-15 01:35:46 +00:00
parent 2488dc4daf
commit d79129efc2
2 changed files with 4 additions and 5 deletions

View file

@ -7,6 +7,6 @@ alembic==1.14.0
pydantic==2.10.3
pydantic-settings==2.7.0
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.2.1
httpx==0.28.1
python-multipart==0.0.18