From 2d766d4ecc4172ec33a50b6c63c2b03b2bdb82b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:13:23 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.12.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.12.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.12.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.1 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 219ed107..807d447b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -233,7 +233,7 @@ dependencies = [ "phonenumbers >=8.12.48,<8.14", "posthog >=3.0.1,<4", "postmarker ==1.0", - "pydantic ==2.9.2", + "pydantic ==2.12.1", "python-multipart ==0.0.17", "pydantic-settings ==2.6.1", "pwdlib[argon2,bcrypt] ==0.2.1",