The scheduled dependency check failed.
First failing run: https://github.com/modern-python/lite-bootstrap/actions/runs/35993317817
Likely cause, if a lint or pytest job failed: a dev or lint dependency (ruff, ty, eof-fixer, pytest, typing-extensions) released a breaking change. Reproduce locally with just install then just lint and just test.
Likely cause, if a lowest-direct job failed: a declared floor in pyproject.toml no longer installs or bootstraps, usually because an upstream package changed metadata under it. Reproduce with uv pip install --resolution lowest-direct '.[<extras>]' then python scripts/floor_smoke.py <target>, reading both off the failing job's matrix.
Close this issue once fixed. The next scheduled failure will open a fresh issue.
The scheduled dependency check failed.
First failing run: https://github.com/modern-python/lite-bootstrap/actions/runs/35993317817
Likely cause, if a lint or pytest job failed: a dev or lint dependency (ruff, ty, eof-fixer, pytest, typing-extensions) released a breaking change. Reproduce locally with
just installthenjust lintandjust test.Likely cause, if a lowest-direct job failed: a declared floor in
pyproject.tomlno longer installs or bootstraps, usually because an upstream package changed metadata under it. Reproduce withuv pip install --resolution lowest-direct '.[<extras>]'thenpython scripts/floor_smoke.py <target>, reading both off the failing job's matrix.Close this issue once fixed. The next scheduled failure will open a fresh issue.