From 15cf81f5757e04aa7a1d738426cbc26a1b94a977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:03:08 +0000 Subject: [PATCH] Update pydantic requirement from >=2.9.0 to >=2.13.4 Updates the requirements on [pydantic](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.9.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 374b83b..d2b64e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.32.0", - "pydantic>=2.9.0", + "pydantic>=2.13.4", "pydantic-settings>=2.6.0", "httpx>=0.27.0", "cryptography>=43.0.0",