Just after the wee bit late 0.92x announcement, I'm happy to announce that mypy 0.930 is also out! It includes support for explicit type aliases, NotRequired in TypedDicts, and much more. mypy-lang.blogspot.com/2021/…
Mypy 0.900 was released. The Big Change is that third-party library stubs are installed via stub packages. Mypy now supports pyproject.toml, type guards and ships with Apple Silicon binaries, and there's a lot more. mypy-lang.blogspot.com/2021/…
Mypy 0.800 is out! Python 3.9 is now supported, and you can finally write list[int] instead of List[int]. Namespace package support is also improved. See the blog post for the full list of improvements. mypy-lang.blogspot.com/2021/…
Mypy 0.760 is out! It includes a type signature suggestion feature for tools, and various fixes and improvements, including a fix to a regression in 0.750. mypy-lang.blogspot.com/2019/…