Description
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).