astral-sh / uv

An extremely fast Python package installer and resolver, written in Rust.
https://astral.sh/
Apache License 2.0
11.71k stars 321 forks source link

Rename `distribution_types::VersionOrUrl` to `VersionOrUrlRef` #3254

Closed konstin closed 5 days ago

konstin commented 2 weeks ago

This is more consistent with the other *Ref types and reduces confusion with the real VersionOrUrl type.