From 038d753108060bbd0fa8bf60730cebda7e1af59d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:07:52 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.11.10 to 2.12.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.10 to 2.12.3. - [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.10...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16b8fa7..f4ff174 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test_packaging = [ "twine==6.2.0" ] tests = [ - "pydantic==2.11.10", + "pydantic==2.12.3", "pytest==8.4.2" ] type_check = [