From 9e023baabd49ed7ca0761f203afc046a64af792c Mon Sep 17 00:00:00 2001 From: Mallevaey Lino Date: Sun, 23 Nov 2025 16:55:30 +0000 Subject: [PATCH] fix: Update requirements for bcrypt support --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f5db2b6..738a435 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,4 +5,4 @@ pymysql python-dotenv typer rich -passlib[bcrypt] +bcrypt>=4.0.0 \ No newline at end of file