Skip to content

Release 0.900 planning #10116

Closed
Closed
@JukkaL

Description

@JukkaL

I'm planning to release mypy 0.900 some time in March. This release will have a particularly significant change, as third-party stubs are no longer shipped with mypy. They need to be installed by installing suitable stub packages. For example, pip install types-requests installs the stubs for Requests. Mypy will suggest the names of stub packages to install, and mypy --install-types will automatically install the suggested stub packages (this doesn't work with the mypy daemon, however).

Since this change is potentially quite disruptive, I'm announcing the release here well ahead of the target release date.

The unbundling of typeshed is already implemented in GitHub master, so it's possible to start testing this right now. If you can, please try using a development version and report how it went. You can find pre-built wheels here:

https://github.com/mypyc/mypy_mypyc-wheels/releases

I'll probably cut the release branch around mid-March (but this is still very tentative).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions