From c5bc19308b43c05335dd0f813e083eb814058dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 08:17:51 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from >=2.7 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.7.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2466d59..ca47b31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ortools>=9.9 fastapi>=0.115.0 uvicorn[standard]>=0.30.0 -pydantic>=2.7 +pydantic>=2.13.4 fastapi-mcp>=0.4.0 PyJWT>=2.8.0 cryptography>=42.0.0