From 6eba81bbdc99058bf6b93928c22445e6a27af2db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:35:56 +0000 Subject: [PATCH] build(deps): bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [mcp](https://github.com/modelcontextprotocol/python-sdk) and [pydantic](https://github.com/pydantic/pydantic). Updates `mcp` from 2.0.0 to 2.1.1 - [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/v2.0.0...v2.1.1) Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9142144..3c2bed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,13 +2,13 @@ # uv sync --frozen --all-groups # Do not install this compatibility file in CI or production; see pyproject.toml and uv.lock. # MCP transport dependency; canonical project metadata and pin live in pyproject.toml. -mcp==2.0.0 +mcp==2.1.1 # Optional extras, only if you want them: # playwright==1.* # real browser screenshots for ops_browser # requests>=2.31 # convenience; not required # google-api-python-client google-auth-oauthlib # alt Gmail path; hub works without them via REST # Compatibility installer. pyproject.toml is the authoritative dependency list. httpx==0.28.1 -mcp==2.0.0 -pydantic==2.13.4 +mcp==2.1.1 +pydantic==2.13.5 structlog==26.1.0