You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow any python in the 3.x series >=3.7
Before converting from setup.py, this upper bound didn't exist.
There's no reason to cap at 3.10. This breaks installations on other poetry projects defined with Python=^3.7 and would force updating this file for every new python version.
Type fixes (#629)
- Add dependency on typing extensions to we can use param specifiers for wrapper functions
- Fix for typing of aliased functions
- Fix for typing of synchronized functions
- Fix type error in flat-map