From 8dfe19b175b48c072a501948fabe19179ad5bf9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 12:22:13 +0000 Subject: [PATCH] fix(deps): bump pydantic from 2.10.6 to 2.11.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.6 to 2.11.4. - [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.6...v2.11.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 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 ce38677..1466fab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ fastapi==0.115.8 uvicorn==0.34.0 python-dotenv==1.0.1 httpx==0.28.1 -pydantic==2.10.6 +pydantic==2.11.4 pydantic-settings==2.7.1 pytest>=7.4.4 pytest-asyncio>=0.25.2