python / typeshed

Collection of library stubs for Python, with static types
Other
4.3k stars 1.73k forks source link

Remove types-Pillow (not before October 2024) #11759

Open srittau opened 5 months ago

srittau commented 5 months ago

At this time, Pillow's type annotations are not as elaborate as typeshed's. We need to re-evaluate the type annotations in Pillow before removing the stubs.

radarhere commented 1 month ago

I'm not sure why October 2024 was mentioned in the title? My best guess is that it's the release of Pillow 11, when support for Python 3.8 will be dropped?

Pillow's type hints have become significantly better since this issue was opened. If there's anything important that you think is still missing, please let us know so that we can try and get it in before the October release.

AlexWaygood commented 1 month ago

I'm not sure why October 2024 was mentioned in the title? My best guess is that it's the release of Pillow 11, when support for Python 3.8 will be dropped?

No, it's just our standard policy that we guarantee for users of our stubs packages.

radarhere commented 1 month ago

Ah, thanks for the explanation.