chore/refac: bump bcrypt and remove passlib

This commit is contained in:
Timothy Jaeryang Baek
2025-10-01 19:19:56 -05:00
parent 7563a62dfe
commit ebce0578e6
3 changed files with 16 additions and 15 deletions

View File

@@ -14,9 +14,8 @@ dependencies = [
"python-socketio==5.13.0",
"python-jose==3.4.0",
"passlib[bcrypt]==1.7.4",
"cryptography",
"bcrypt==4.3.0",
"bcrypt==5.0.0",
"argon2-cffi==25.1.0",
"PyJWT[crypto]==2.10.1",
"authlib==1.6.3",