From dfc1c926dfef3e89e93e1fc393ab12f2ef70e726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:36:52 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to v2.12.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fe4aba..4e300e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ fastapi==0.110.0 -pydantic==2.6.3 +pydantic==2.12.5 uvicorn==0.27.1