From 015d236672f6f52992a63283d769518fa98ae2ca Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Sat, 17 Jan 2026 15:52:59 +0100 Subject: [PATCH] Fix bcrypt verison issue --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7281bf2..f570dba 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,5 +6,6 @@ pydantic==2.10.5 pydantic-settings==2.7.1 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 +bcrypt==3.2.2 python-multipart==0.0.20 email-validator==2.2.0