From c8787f08be08b1dbef40fb29ba8734d56ab5bfe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:01:32 +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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 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..a898af23 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.3