From c80bf9d6183569cca9cdf8b51fa76b7b2bb5d8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:01:47 +0000 Subject: [PATCH] Bump mcp from 1.11.0 to 1.23.0 Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.11.0 to 1.23.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.11.0...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.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 2d3df0c..59313e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" authors = [{ name = "Raphael Cristal", email = "raphael@cohere.com" }] requires-python = ">=3.11" -dependencies = ["mcp==1.11.0", "pyjwt[crypto]>=2.10.1"] +dependencies = ["mcp==1.23.0", "pyjwt[crypto]>=2.10.1"] [build-system] requires = ["hatchling"]