Skip to content

fix(deps): update dependency mcp to >=1.28.0#125

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mcp-1.x
Open

fix(deps): update dependency mcp to >=1.28.0#125
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/mcp-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mcp >=1.25.0>=1.28.0 age confidence

Release Notes

modelcontextprotocol/python-sdk (mcp)

v1.28.0

Compare Source

Deprecations

Two API surfaces now emit DeprecationWarning ahead of their removal in v2. Nothing is removed in 1.x, and the warnings fire only when the deprecated API is called - importing the modules stays silent.

  • WebSocket transport - mcp.client.websocket.websocket_client and mcp.server.websocket.websocket_server. WebSocket was never part of the MCP specification; use the streamable HTTP transport instead. The TypeScript SDK has likewise removed its WebSocket client for v2 (modelcontextprotocol/typescript-sdk#1783).
  • Experimental tasks API - ClientSession.experimental, Server.experimental, ServerSession.experimental, and the experimental_task_handlers= kwarg on ClientSession. Tasks (SEP-1686) were removed from the MCP specification and are expected to return as a separate MCP extension.

If your test suite runs with filterwarnings = ["error"] and exercises these paths, add a scoped ignore such as ignore:The experimental tasks API is deprecated:DeprecationWarning or ignore:The WebSocket .* transport is deprecated:DeprecationWarning.

See #​2828 for full details.

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.27.2...v1.28.0

v1.27.2

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/python-sdk@v1.27.1...v1.27.2

v1.27.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/python-sdk@v1.27.0...v1.27.1

v1.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/python-sdk@v1.26.0...v1.27.0

v1.26.0

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/python-sdk@v1.25.0...v1.26.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update dependency mcp to >=1.26.0 fix(deps): update dependency mcp to >=1.27.0 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/mcp-1.x branch from 6fff2e9 to d28fb57 Compare April 2, 2026 18:16
@renovate renovate Bot force-pushed the renovate/mcp-1.x branch from d28fb57 to 0a6063a Compare May 8, 2026 18:25
@renovate renovate Bot changed the title fix(deps): update dependency mcp to >=1.27.0 fix(deps): update dependency mcp to >=1.27.1 May 8, 2026
@renovate renovate Bot force-pushed the renovate/mcp-1.x branch from 0a6063a to 83e73e1 Compare May 29, 2026 18:36
@renovate renovate Bot changed the title fix(deps): update dependency mcp to >=1.27.1 fix(deps): update dependency mcp to >=1.27.2 May 29, 2026
@renovate renovate Bot changed the title fix(deps): update dependency mcp to >=1.27.2 fix(deps): update dependency mcp to >=1.28.0 Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/mcp-1.x branch from 83e73e1 to 8770863 Compare June 16, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants