fix: replace passlib with bcrypt directly (passlib+bcrypt 5.0 incompatible)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-02 14:00:43 +09:00
parent e63d2971a9
commit 23ee055357
2 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ python-dotenv>=1.0.0
pyyaml>=6.0
httpx>=0.27.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
bcrypt>=4.0.0
pyotp>=2.9.0
caldav>=1.3.0
apscheduler>=3.10.0