From 4e81ab846411457269447780ecc56048e842698d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:51:16 +0000 Subject: [PATCH] chore(deps): update pydantic requirement in /services/mcp-rest-adapter 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/v2.13.4/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] --- services/mcp-rest-adapter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mcp-rest-adapter/requirements.txt b/services/mcp-rest-adapter/requirements.txt index e4d7d5d1..72a8f3a5 100644 --- a/services/mcp-rest-adapter/requirements.txt +++ b/services/mcp-rest-adapter/requirements.txt @@ -1,5 +1,5 @@ fastapi>=0.115.0 uvicorn[standard]>=0.30.0 httpx>=0.27.0 -pydantic>=2.9.0 +pydantic>=2.13.4