From cdda0a04a8377ed3a4a3c856aa284674e7c6edf7 Mon Sep 17 00:00:00 2001 From: Sergey Korotonozhko <_serezhka_@mail.ru> Date: Tue, 19 May 2026 18:43:38 +0300 Subject: [PATCH] fix: pin bcrypt==4.2.1 for passlib compatibility --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index dca9eef..407e68d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ aiosqlite==0.20.0 # Auth python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 +bcrypt==4.2.1 python-multipart==0.0.20 authlib==1.4.1 itsdangerous==2.2.0