Replace passlib with bcrypt directly to fix Python 3.12 compatibility

passlib 1.7.4 runs an internal bcrypt wrap-bug test on startup that
fails with bcrypt 4.x because it uses a >72 byte test password.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Audiolib
2026-05-26 13:49:23 +02:00
parent c4ac89a07b
commit 464b47fb9c
2 changed files with 4 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ aiosqlite==0.20.0
pydantic==2.9.2
pydantic-settings==2.5.2
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.2.0
python-multipart==0.0.12
httpx==0.27.2
watchdog==5.0.3