From 620e907df9d43f40a11cee1bfd2dd14f69fcc94e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 22:07:23 +0000 Subject: [PATCH] Bump mcp from 1.0.0 to 1.10.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.0.0 to 1.10.0. - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.0.0...v1.10.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2f403..b0579fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.10", "loguru>=0.7.3", - "mcp==1.0.0", + "mcp==1.10.0", "pydantic>=2.10.6", "uvicorn>=0.34.0", ]