From ca432043d7c9ed3e0282ac36c2a5fe615f446852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:07:45 +0000 Subject: [PATCH] fix(deps): bump pydantic from 2.12.5 to 2.13.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.0. - [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.12.5...v2.13.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09a74a2..3170dae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.128.8 uvicorn==0.39.0 python-dotenv==1.2.1 httpx==0.28.1 -pydantic==2.12.5 +pydantic==2.13.0 pydantic-settings==2.11.0 pytest>=7.4.4 pytest-asyncio>=0.25.2