chore(deps): update dependency mcp to v1.27.2 #8

Merged
jcabillot merged 1 commits from renovate/mcp-1.x into main 2026-06-11 07:10:07 -04:00
Member

This PR contains the following updates:

Package Change Age Confidence
mcp ==1.26.0==1.27.2 age confidence

Release Notes

modelcontextprotocol/python-sdk (mcp)

v1.27.2

Compare Source

What's Changed

Full Changelog: https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.1...v1.27.2

v1.27.1

Compare Source

What's Changed

Full Changelog: https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.0...v1.27.1

v1.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/modelcontextprotocol/python-sdk/compare/v1.26.0...v1.27.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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [mcp](https://github.com/modelcontextprotocol/python-sdk) | `==1.26.0` → `==1.27.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mcp/1.27.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mcp/1.26.0/1.27.2?slim=true) | --- ### Release Notes <details> <summary>modelcontextprotocol/python-sdk (mcp)</summary> ### [`v1.27.2`](https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.27.2) [Compare Source](https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.1...v1.27.2) #### What's Changed - \[v1.x] ci: deploy docs to py.sdk.modelcontextprotocol.io via Pages artifact by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2635](https://github.com/modelcontextprotocol/python-sdk/pull/2635) - \[v1.x] Add subject and claims to AccessToken by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2690](https://github.com/modelcontextprotocol/python-sdk/pull/2690) - \[v1.x] Bind transport sessions to the authenticated principal by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2719](https://github.com/modelcontextprotocol/python-sdk/pull/2719) - \[v1.x] Scope experimental tasks to the session that created them by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2720](https://github.com/modelcontextprotocol/python-sdk/pull/2720) **Full Changelog**: <https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.1...v1.27.2> ### [`v1.27.1`](https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.27.1) [Compare Source](https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.0...v1.27.1) #### What's Changed - \[v1.x] fix: catch PydanticUserError when generating output schema (pydantic 2.13 compat) by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2435](https://github.com/modelcontextprotocol/python-sdk/pull/2435) - \[v1.x] fix(auth): coerce empty-string optional URL fields to None in OAuthClientMetadata by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2405](https://github.com/modelcontextprotocol/python-sdk/pull/2405) - \[v1.x] build: restrict httpx to <1.0.0 by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2559](https://github.com/modelcontextprotocol/python-sdk/pull/2559) - \[v1.x] refactor: import SSEError from httpx\_sse public API by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2561](https://github.com/modelcontextprotocol/python-sdk/pull/2561) **Full Changelog**: <https://github.com/modelcontextprotocol/python-sdk/compare/v1.27.0...v1.27.1> ### [`v1.27.0`](https://github.com/modelcontextprotocol/python-sdk/releases/tag/v1.27.0) [Compare Source](https://github.com/modelcontextprotocol/python-sdk/compare/v1.26.0...v1.27.0) #### What's Changed - fix: remove unused `requests` dependency from simple-chatbot example by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;1959](https://github.com/modelcontextprotocol/python-sdk/pull/1959) - ci: backport conformance tests from main to v1.x by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2068](https://github.com/modelcontextprotocol/python-sdk/pull/2068) - fix: add RFC 8707 resource validation to OAuth client by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2069](https://github.com/modelcontextprotocol/python-sdk/pull/2069) - feat: add idle timeout for StreamableHTTP sessions by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;1994](https://github.com/modelcontextprotocol/python-sdk/pull/1994) - \[v1.x] fix: prevent command injection in example URL opening by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2085](https://github.com/modelcontextprotocol/python-sdk/pull/2085) - Add VERSIONING.md, ROADMAP.md, and DEPENDENCY\_POLICY.md by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2084](https://github.com/modelcontextprotocol/python-sdk/pull/2084) - docs: restructure README into docs/ pages by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2091](https://github.com/modelcontextprotocol/python-sdk/pull/2091) - docs: comprehensive feature documentation for SEP-1730 Tier 1 by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2090](https://github.com/modelcontextprotocol/python-sdk/pull/2090) - docs: fix stub pages and improve docs structure by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2101](https://github.com/modelcontextprotocol/python-sdk/pull/2101) - docs: fix GitHub links to point to v1.x branch by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2102](https://github.com/modelcontextprotocol/python-sdk/pull/2102) - docs: add snippet verification for docs/ pages by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2115](https://github.com/modelcontextprotocol/python-sdk/pull/2115) - docs: add server-side tool error handling documentation by [@&#8203;felixweinberger](https://github.com/felixweinberger) in [#&#8203;2129](https://github.com/modelcontextprotocol/python-sdk/pull/2129) - Backport: Add missing TasksCallCapability to v1.x by [@&#8203;BabyChrist666](https://github.com/BabyChrist666) in [#&#8203;2137](https://github.com/modelcontextprotocol/python-sdk/pull/2137) - \[v1.x] fix: handle non-UTF-8 bytes in stdio server stdin by [@&#8203;maxisbey](https://github.com/maxisbey) in [#&#8203;2303](https://github.com/modelcontextprotocol/python-sdk/pull/2303) - \[v1.x] fix: handle ClosedResourceError when transport closes mid-request by [@&#8203;owendevereaux](https://github.com/owendevereaux) in [#&#8203;2334](https://github.com/modelcontextprotocol/python-sdk/pull/2334) #### New Contributors - [@&#8203;owendevereaux](https://github.com/owendevereaux) made their first contribution in [#&#8203;2334](https://github.com/modelcontextprotocol/python-sdk/pull/2334) **Full Changelog**: <https://github.com/modelcontextprotocol/python-sdk/compare/v1.26.0...v1.27.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-06-10 23:13:44 -04:00
chore(deps): update dependency mcp to v1.27.2
Docker Build and Push / build (pull_request) Successful in 1m25s
f14bb778b8
jcabillot was assigned by renovate 2026-06-10 23:13:46 -04:00
jcabillot merged commit 3f51d7d559 into main 2026-06-11 07:10:07 -04:00
jcabillot deleted branch renovate/mcp-1.x 2026-06-11 07:10:08 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: perso/mcp-maildir#8