This patch release adds a mypy plugin to handle the descriptor __set__ type narrowing issue, reorders param.List overloads to allow default type inference, and fixes the conda build.
Many thanks to @philippjfr and @hoxbro for their contributions to this release.
🚀 Features
- Add mypy plugin to handle descriptor
__set__issue (#1148)
🐛 Bug Fixes
- Reorder
param.Listoverloads to allow default type inference (#1149)
🏗️ Build
- Fix conda build (b7bcd74)
📚 Documentation
- Add instructions about basedpyright to Typing docs (#1151)