mirror of
https://github.com/astral-sh/uv
synced 2026-01-08 15:13:24 -05:00
## Summary `uv run --exact` will remove any unnecessary packages prior to running the given command. (By default, `uv run` uses "inexact" semantics.) Closes https://github.com/astral-sh/uv/issues/7838.