From 14349a211d7b4e6bbf738d3dbe1f48e79ac4d5bb Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Sun, 19 Jul 2026 00:35:15 +0200 Subject: [PATCH] fix: correct bcrypt version spec in requirements.txt --- backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8b93a9d..5fdb76d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,8 @@ asyncpg>=0.30.0 pydantic-settings>=2.0.0 python-jose[cryptography]>=3.3.0 passlib[bcrypt] -bcrypt<5.0>=1.7.4 +bcrypt<5.0 +bcrypt<5.0 redis>=5.0.0 python-multipart>=0.0.12 pytest>=8.0.0