fix: switch to direct bcrypt usage for Python 3.14 compatibility

This commit is contained in:
2026-04-07 15:07:46 -04:00
parent 50e53120df
commit 81135cb861
2 changed files with 9 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ dependencies = [
"uvicorn>=0.29.0",
"aiosqlite>=0.20.0",
"PyJWT>=2.8.0",
"passlib[bcrypt]>=1.7.4",
]
[project.scripts]