From 970afe10b46c140fdee3a7177715f3f5269f23a7 Mon Sep 17 00:00:00 2001 From: wangyu <823267011@qq.com> Date: Thu, 18 Jun 2026 23:08:30 +0800 Subject: [PATCH] fix(auth): pin bcrypt==4.0.1 to fix passlib 1.7.4 incompat (login 500) --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0f828d4..eb3d466 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,6 +9,7 @@ pydantic-settings==2.2.1 python-dotenv==1.0.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 +bcrypt==4.0.1 python-multipart==0.0.9 aiofiles==23.2.1 websockets==12.0