From 4c4fd41ffe1b01bbd64259239d5cf652eddb2e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:24:44 +0000 Subject: [PATCH] chore(deps): bump the python group across 1 directory with 2 updates Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) and [structlog](https://github.com/hynek/structlog) to permit the latest version. Updates `mcp` to 2.0.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.2.0...v2.0.0) Updates `structlog` to 26.1.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/structlog/compare/24.4.0...26.1.0) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production dependency-group: python - dependency-name: structlog dependency-version: 26.1.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b60750..ce07dc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,14 +15,14 @@ classifiers = [ ] dependencies = [ - "mcp>=1.2,<2", + "mcp>=1.2,<3", "fastmcp>=2.0,<4", "anthropic>=0.40,<1", "fastapi>=0.115,<0.200", "httpx>=0.28,<1", "pydantic>=2.9,<3", "pydantic-settings>=2.6,<3", - "structlog>=24.4,<26", + "structlog>=24.4,<27", "python-dotenv>=1.0,<2", "tenacity>=9.0,<10", "authlib>=1.3,<2",