From fad393d9b9480c8419b090726bfd4a9d825665f0 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 3 Nov 2025 11:58:00 -0500 Subject: [PATCH 1/2] Bump pydantic to >=2.12.3 to support Python 3.14 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c9811b0196..e049bd19ae 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ fastapi==0.103.2 motor passlib PyJWT==2.8.0 -pydantic==2.8.2 +pydantic>=2.12.3 email-validator loguru aiofiles From 368fda078281160f87d4bbf70a1426ae4e1ee909 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Mon, 3 Nov 2025 12:09:45 -0500 Subject: [PATCH 2/2] Pin pydantic to latest and bump fastapi --- backend/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e049bd19ae..7af166681c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,10 +1,10 @@ gunicorn uvicorn[standard] -fastapi==0.103.2 +fastapi==0.121.0 motor passlib PyJWT==2.8.0 -pydantic>=2.12.3 +pydantic==2.12.3 email-validator loguru aiofiles