Skip to content

v2.0.2 — uv migration

Latest

Choose a tag to compare

@regokan regokan released this 13 May 05:49
· 18 commits to main since this release

Patch release. No runtime or user-facing API changes.

What changed

  • Build backend: poetry-corehatchling
  • Dev deps: moved from [tool.poetry.group.dev.dependencies] to PEP 735 [dependency-groups]
  • Lockfile: poetry.lockuv.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

PyPI: https://pypi.org/project/eval-harness/2.0.2/