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
Update mypy from v0.900 (2021) to v1.18.2 (2025) to fix CI failures on Python 3.14.
The old version fails with 'The typed_ast package is not installed' error because typed_ast is incompatible with Python 3.14. GitHub Actions recently started defaulting to Python 3.14 for the check workflow, causing intermittent CI failures.
Tested with Docker python:3.14 image to confirm the fix works.
0 commit comments