From 315bcf78d36c319afc3a9e6a8744f4841dcba268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:03:15 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.10.4 to 2.12.5 in /apps/api Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.4 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.10.4...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] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index a8ded1a..803690b 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -8,7 +8,7 @@ fastapi==0.115.6 uvicorn[standard]==0.32.1 # Data validation + settings -pydantic==2.10.4 +pydantic==2.12.5 pydantic-settings==2.7.0 # JWT authentication (Milestone 2)