mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
## Summary This gives us more flexibility since we can avoid erroring on "conflicts" when one option is disabled (e.g., `UV_FROZEN=0 uv lock --check`). Closes https://github.com/astral-sh/uv/issues/13385. Closes https://github.com/astral-sh/uv/issues/13316. --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>