mirror of
https://github.com/turnstonelabs/turnstone.git
synced 2026-08-12 23:12:23 -06:00
d1c484737f
uv lock --check fails after version bump because the lockfile is stale. pip-audit --strict fails because turnstone 0.7.0 isn't on PyPI yet. Fix: regenerate uv.lock, and audit only third-party deps via uv export --no-emit-project piped to pip-audit -r.