Skip to content

Commit bca96dd

Browse files
committed
force bcrypt version to 4.0.1 (compatible with passlib)
1 parent c44f324 commit bca96dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pydantic[email]==2.8.2
66
pytest==8.2.2
77
httpx==0.27.0
88
python-jose[cryptography]==3.3.0
9-
passlib[bcrypt]==1.7.4
9+
passlib==1.7.4
10+
bcrypt==4.0.1
1011
python-multipart==0.0.9
1112
fastapi-mail==1.4.1

0 commit comments

Comments
 (0)