mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 14:30:14 -05:00
## Summary This PR improves the interaction of `--frozen` such that we reduce the dependency on the `pyproject.toml` and increase the dependency on the `uv.lock`. Specifically, we now read the list of workspace members from the `uv.lock` rather than the `pyproject.toml`, which means we don't need to discover the member `pyproject.toml` files in order to perform a `uv sync --frozen --all-packages`.