uv/crates/uv-distribution-types
Charlie Marsh a28c3fb7d9
Preserve lowered extra build dependencies (#15038)
## Summary

I should've noticed this during review -- my bad -- but it looks like
after lowering, we're converting back to `uv_pep508::Requirement`. This
is mostly okay, but it's lossy for some lowerings. For example, we lose
index pinning. With this PR, we now preserve the lowered types
(`Requirement`).

Closes https://github.com/astral-sh/uv/issues/15037.
2025-08-04 22:42:11 +01:00
..
src Preserve lowered extra build dependencies (#15038) 2025-08-04 22:42:11 +01:00
Cargo.toml Require disambiguated relative paths for --index (#14152) 2025-06-25 10:02:06 +02:00