Fix: replace passlib with bcrypt directly - passlib incompatible with bcrypt 4.x
This commit is contained in:
parent
2488dc4daf
commit
d79129efc2
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue