build: update mcp requirement from <2,>=1.27 to >=1.27,<3 in the python group - #33
build: update mcp requirement from <2,>=1.27 to >=1.27,<3 in the python group#33dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. Updates `mcp` 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](modelcontextprotocol/python-sdk@v1.27.0...v2.1.1) --- updated-dependencies: - dependency-name: mcp dependency-version: 2.1.1 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
|
The gate is right and this cannot merge as-is. Recording the diagnosis. Widening to That message is deliberate — the repo raises it precisely so this failure names its own cause rather than surfacing as an opaque import error. So the guard worked exactly as designed, on the first real occasion it could. Widening the range is therefore not a version bump but a migration: the MCP surface has to move to Leaving open rather than closing: it is the tracking artifact for that migration until an issue supersedes it. |
|
Correction to my earlier comment on this PR, and the real work is now tracked in #35. I wrote that netspec "raises a deliberate error naming that migration, and it fired correctly on its first real occasion." That is wrong on both counts, and I established it by running the thing rather than reading it. The What actually reports the truth is pyright in the #35 carries both halves: stop discarding the cause, which is worth doing whenever the migration happens, and the migration itself. |
Updates the requirements on mcp to permit the latest version.
Updates
mcpto 2.1.1Release notes
Sourced from mcp's releases.
Commits
0921d94Point imports of mcp.server.fastmcp at the migration guide (#3388)4d6f87eBuild releases with the pinned hatchling and a publish action that accepts Me...c5d7d0bdocs: refresh translations for recent English changes (#3379)d8b6383Give recursive tool return types an object-rooted output schema (#3376)56af447Log MCPServer handler exceptions by kind and keep crash details off the wire ...f1c40b0Accept boolean sub-schemas in 2025-11-25 tool schema properties (#3354)57394b0Apply the request body limit to the SSE and OAuth endpoints (#3336)0cee624Hand TypedDict tool results to pydantic natively (#3331)0d92192Shorten stdio test comments (#3329)b2025abAcknowledge notification POSTs with 202 on the 2026-07-28 HTTP entry (#3326)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions