Patch release. No runtime or user-facing API changes.
What changed
- Build backend:
poetry-core→hatchling - Dev deps: moved from
[tool.poetry.group.dev.dependencies]to PEP 735[dependency-groups] - Lockfile:
poetry.lock→uv.lock(uv is now the package-manager-of-record) - README: PyPI downloads badge URL adjusted to bust GitHub's camo cache
For consumers
pip install eval-harness and uv add eval-harness continue to work unchanged. Only the development workflow inside this repo changed.
For contributors
uv sync # install deps + dev group
uv run pytest tests/ # run unit + integration tests
uv build # build wheel + sdist