mirror of
https://github.com/astral-sh/uv
synced 2026-01-26 16:00:14 -05:00
## Summary This PR adds an `--offline` flag to Puffin that disables network requests (implemented as a Reqwest middleware on our registry client). When `--offline` is provided, we also allow the HTTP cache to return stale data. Closes #942.