Skip to content

Bump python-multipart lower bound above known-CVE versions #2482

@a-maccormack

Description

@a-maccormack

Description

mcp's requires-dist currently declares python-multipart>=0.0.9, which still allows resolution into versions affected by published advisories:

Downstream projects that depend on mcp (checked against mcp==1.26.0) have to carry a defensive python-multipart pin in their own pyproject.toml to enforce a safe floor, since mcp's own transitive floor sits below the patched versions.

Proposal: bump requires-dist to python-multipart>=0.0.20 (or the latest, currently 0.0.26) so downstreams don't need to duplicate the pin.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions