uv/crates/uv-resolver
Charlie Marsh c30a65ee0c
Allow conflicting Git URLs that refer to the same commit SHA (#2769)
## Summary

This PR leverages our lookahead direct URL resolution to significantly
improve the range of Git URLs that we can accept (e.g., if a user
provides the same requirement, once as a direct dependency, and once as
a tag). We did some of this in #2285, but the solution here is more
general and works for arbitrary transitive URLs.

Closes https://github.com/astral-sh/uv/issues/2614.
2024-04-02 23:36:35 +00:00
..
src Allow conflicting Git URLs that refer to the same commit SHA (#2769) 2024-04-02 23:36:35 +00:00
tests Use distinct Constraints and Overrides types more widely (#2741) 2024-03-31 13:46:37 -04:00
Cargo.toml Rename uv-traits and split into separate modules (#2674) 2024-03-26 15:39:43 -05:00