From 83ef276dbfdb7b6402abd735bb7d07ab2bc47454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:40:15 +0000 Subject: [PATCH] pip(deps): bump pydantic from 2.11.9 to 2.12.4 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.12.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bfa5e33..4f4867a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ pyjwt==2.10.* requests==2.32.* python-dateutil==2.9.* fastapi==0.118.* -pydantic==2.11.9 +pydantic==2.12.4 starlette==0.48.0 python-multipart==0.0.20 python-dotenv>=0.19.0