From fa977bfcfce8c1d5445950e4ea6de10f13673b0e Mon Sep 17 00:00:00 2001 From: Priyanka Punukollu Date: Sat, 28 Feb 2026 09:33:50 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20pin=20bcrypt<4.1=20to=20restore=20/auth/?= =?UTF-8?q?login=20=E2=80=94=20passlib=20incompatible=20with=20bcrypt=204.?= =?UTF-8?q?1+,=20caused=20500=20on=20login=20and=20blocked=20/chat/steps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/requirements.txt b/agent/requirements.txt index 725c4c1b0..57da0d4ff 100644 --- a/agent/requirements.txt +++ b/agent/requirements.txt @@ -9,7 +9,7 @@ python-dotenv pytest pytest-asyncio passlib[bcrypt] -bcrypt>=3.2,<4.0 +bcrypt>=3.2,<4.1 # passlib incompatible with bcrypt 4.1+ python-jose[cryptography] # cache-bust-1772149708