uv/crates/uv
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 Detect Fish via `FISH_VERSION` (#2781) 2024-04-02 19:50:48 +00:00
tests Allow conflicting Git URLs that refer to the same commit SHA (#2769) 2024-04-02 23:36:35 +00:00
Cargo.toml Bump version to 0.1.28 (#2785) 2024-04-02 21:39:35 +00:00
build.rs Bring harmony to the test snapshot filtering situation (#2678) 2024-03-27 14:10:12 +00:00