From f69a0c4bd1ddb087adf8da0bbd4596e6990ed822 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 3 Dec 2025 04:22:08 +0200 Subject: [PATCH] Update pydantic lib --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8b66010..f680c88 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.103.2 uvicorn[standard]==0.23.2 -pydantic==1.10.15 +pydantic==3.12.4 python-dotenv==1.0.1 psycopg2-binary==2.9.9