From c79df945601f7c8cf837d757dbdea09d489a4abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:28:20 +0000 Subject: [PATCH] build(deps): update pydantic[email] requirement from >=2.10 to >=2.13.4 Updates the requirements on [pydantic[email]](https://github.com/pydantic/pydantic) to permit the latest version. - [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.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic[email] dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eff092a..aab622d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "Denis Sofonov" }] dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.34", - "pydantic[email]>=2.10", + "pydantic[email]>=2.13.4", "pydantic-settings>=2.7", "sqlalchemy[asyncio]>=2.0", "asyncpg>=0.31.0", diff --git a/uv.lock b/uv.lock index 481c2ce..a374f4d 100644 --- a/uv.lock +++ b/uv.lock @@ -1397,7 +1397,7 @@ requires-dist = [ { name = "fastapi", specifier = ">=0.115" }, { name = "gunicorn", specifier = ">=26.0.0" }, { name = "pwdlib", extras = ["argon2"], specifier = ">=0.3.0" }, - { name = "pydantic", extras = ["email"], specifier = ">=2.10" }, + { name = "pydantic", extras = ["email"], specifier = ">=2.13.4" }, { name = "pydantic-settings", specifier = ">=2.7" }, { name = "pyjwt", specifier = ">=2.13.0" }, { name = "python-multipart", specifier = ">=0.0.32" },