You are not logged in.

#1 2021-06-25 10:11:23

Feandil
Member
Registered: 2013-02-28
Posts: 1

Python typing library stubs since mypy 0.900+

Hi!

mypy 0.900+ introduced a breaking change, namely that all third-party library stubs were moved to stub packages, see http://mypy-lang.blogspot.com/2021/06/m … eased.html.
This means that a fully working installation from before mypy 0.900+ updating to mypy 0.900+ will now get errors when using mypy about missing library stubs.

It's possible to install these via pip (relevant packages: https://pypi.org/user/typeshed_bot/), but I'm wondering if there is any chance to get the "standard" stub packaged? (and maybe have some optional dependencies between mypy, the library and/or its stubs?)

Thanks,
Fëandil

Offline

Board footer

Powered by FluxBB