chore(deps): weekly safe pypi updates · 2 packages - #221
Merged
Conversation
Relax upper-bound caps on websockets and asgi-correlation-id: - websockets: <16.0.0 → <17.0.0 - asgi-correlation-id: <5.0.0 → <6.0.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packages bumped
Per-package detail
websockets (<16.0.0 → <17.0.0)
Relaxes the upper bound to allow websockets 16.x (latest 16.1.1, released 2026-07-18).
Changelog highlights (16.0, Jan 2026):
websockets.asyncio.clientandwebsockets.asyncio.serverAPIs used by this SDK are unchangedwebsockets.legacymodule (not used here)Impact: The SDK uses
connect(),serve(),async for message in ws, andws.send()— all fully compatible with 16.x. No code changes required. Cap stays below 17.0 which requires Python 3.11+ (incompatible with our ≥3.10 floor).asgi-correlation-id (≥4.3.4,<5.0.0 → ≥4.3.4,<6.0.0)
Relaxes the upper bound to allow 5.x (latest 5.0.1, released 2026-06-09). This is a dev dependency group package — not shipped to users.
Changelog highlights (5.0.0, May 2026):
src/)Impact: Package is not imported anywhere in library source; it's only declared in the
[dependency-groups] devsection. No code changes required.Files modified
pyproject.tomlSkipped this ecosystem
mcp.server.fastmcpwhich this project subclasses. Intentional cap; migration tracked separately.Note
Created by Mendral. Tag @mendral-app with feedback or questions.
Note
Low Risk
Version constraint-only change; websockets is used in MCP but the bump stays within documented-compatible 16.x APIs, and asgi-correlation-id is dev-only and unused in library source.
Overview
Bumps dependency ceilings in
pyproject.tomlonly: runtimewebsocketsfrom<16.0.0to<17.0.0(allows 16.x while keeping Python 3.10 support), and dev-groupasgi-correlation-idfrom<5.0.0to<6.0.0.No application code changes.
websockets.asyncioclient/server usage in MCP transport stays on the same public APIs;asgi-correlation-idis not referenced undersrc/.Reviewed by Cursor Bugbot for commit cdd7891. Bugbot is set up for automated code reviews on this repo. Configure here.