From b6aff0a6491fa9b8f5b4e9b4bf4e80f509260cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:45:15 +0000 Subject: [PATCH] Bump pydantic from 2.11.7 to 2.12.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.7 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.11.7...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ff8420800..0184a2dbc 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'yamllint==1.37.1', 'moto>=4.0,<6', 'fastapi==0.116.1', - 'pydantic==2.11.7', + 'pydantic==2.12.5', 'uvicorn==0.35.0', 'pytest-split==0.10.0', ]