From 6aae16257d878aa91a70f40b820c5e1d5a104403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 06:30:51 +0000 Subject: [PATCH] Bump mcp Bumps [mcp](https://github.com/modelcontextprotocol/python-sdk) from 1.10.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.10.0...v1.23.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 1.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../lab4/code/github_mcp_server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server/pyproject.toml b/10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server/pyproject.toml index 94ba9273b..2747f50df 100644 --- a/10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server/pyproject.toml +++ b/10-StreamliningAIWorkflowsBuildingAnMCPServerWithAIToolkit/lab4/code/github_mcp_server/pyproject.toml @@ -5,7 +5,7 @@ description = "A simple MCP weather server" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "mcp==1.10.0" + "mcp==1.23.0" ] [project.optional-dependencies]