From 547683712434af12d9d64ecf5988e75ff109e353 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:38:39 +0000 Subject: [PATCH] deps(deps): bump pydantic from 2.5.3 to 2.12.5 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.12.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.5.3...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 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 24dfdc7..c9e8f4f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.109.0 uvicorn[standard]==0.27.0 -pydantic==2.5.3 +pydantic==2.12.5 pydantic-settings==2.1.0 sqlalchemy==2.0.25 asyncpg==0.29.0