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
Thanks @astir13 for creating this issue. The restriction for typed_ast<1.3 was removed and it's going to be part of astroid 2.2.4 once this build finishes
Steps to reproduce
Current behavior
error from pipenv -v lock
Expected behavior
would be nice if astroid could reevaluate its dependency to typed-ast to allow other libraries to use more modern typed-ast
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output2.1.0
astroid==2.2.0 requires lazy-object-proxy, six, typed-ast<1.3.0
mypy==0.670 requires mypy-extensions<0.5.0,>=0.4.0, typed-ast<1.4.0,>=1.3.1
Workaround is of course to set mypy to use version 0.660 in the Pipfile.
The text was updated successfully, but these errors were encountered: