uv/crates/uv-distribution
Ibraheem Ahmed 7b72b55af8
Opt-out tool.uv.sources support for uv add (#4406)
## Summary

After this change, `uv add` will try to use `tool.uv.sources` for all
source requirements. If a source cannot be resolved, i.e. an ambiguous
Git reference is provided, it will error. Git references can be
specified with the `--tag`, `--branch`, or `--rev` arguments. Editables
are also supported with `--editable`.

Users can opt-out of `tool.uv.sources` support with the `--raw` flag,
which will force uv to use `project.dependencies`.

Part of https://github.com/astral-sh/uv/issues/3959.
2024-06-19 14:20:16 -04:00
..
src Opt-out tool.uv.sources support for uv add (#4406) 2024-06-19 14:20:16 -04:00
Cargo.toml Initial implementation of uv add and uv remove (#4193) 2024-06-11 09:21:28 -04:00