From c912663c3dd35ba073f2e7f243eef543a10fbd6b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 8 Dec 2025 07:13:16 +0200 Subject: [PATCH] Update requierments.txt --- .../__pycache__/auth_utils.cpython-313.pyc | Bin 3971 -> 3971 bytes backend/__pycache__/db_utils.cpython-313.pyc | Bin 8321 -> 8321 bytes backend/__pycache__/main.cpython-313.pyc | Bin 12929 -> 12929 bytes backend/requirements.txt | 2 ++ 4 files changed, 2 insertions(+) diff --git a/backend/__pycache__/auth_utils.cpython-313.pyc b/backend/__pycache__/auth_utils.cpython-313.pyc index 0e56bedd0d16f573ce500d3589a65b1817c13631..4cf1f1e79f3532c3b57885e5070dda53062e677d 100644 GIT binary patch delta 19 YcmZpcZHq)$ diff --git a/backend/requirements.txt b/backend/requirements.txt index 6d77712..955dfbe 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,6 +2,7 @@ fastapi==0.115.0 uvicorn[standard]==0.30.1 pydantic==2.7.4 +pydantic[email]==2.7.4 python-dotenv==1.0.1 psycopg2-binary==2.9.9 @@ -10,3 +11,4 @@ psycopg2-binary==2.9.9 python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.9 +bcrypt==4.1.2