fix(auth): pin bcrypt==4.0.1 to fix passlib 1.7.4 incompat (login 500)
This commit is contained in:
@@ -9,6 +9,7 @@ pydantic-settings==2.2.1
|
|||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]==3.3.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
|
bcrypt==4.0.1
|
||||||
python-multipart==0.0.9
|
python-multipart==0.0.9
|
||||||
aiofiles==23.2.1
|
aiofiles==23.2.1
|
||||||
websockets==12.0
|
websockets==12.0
|
||||||
|
|||||||
Reference in New Issue
Block a user