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
pyproject.toml:35-36 declares mypy>=2.1.0 and pytest>=9.0.3. Neither version exists publicly (mypy 1.x, pytest 8.x as of 2026-05). Align with current releases.
Description
pyproject.toml:35-36declaresmypy>=2.1.0andpytest>=9.0.3. Neither version exists publicly (mypy 1.x, pytest 8.x as of 2026-05). Align with current releases.