uv/crates/uv
Charlie Marsh 8d706b0f2a
Make < exclusive for non-prerelease markers (#1878)
## Summary

Even when pre-releases are "allowed", per PEP 440, `pydantic<2.0.0`
should _not_ include pre-releases. This PR modifies the specifier
translation to treat `pydantic<2.0.0` as `pydantic<2.0.0.min0`, where
`min` is an internal-only version segment that's invisible to users.

Closes https://github.com/astral-sh/uv/issues/1641.
2024-02-24 18:02:03 -05:00
..
src Allow round-trip via freeze command (#1936) 2024-02-23 20:01:54 +00:00
tests Make < exclusive for non-prerelease markers (#1878) 2024-02-24 18:02:03 -05:00
build.rs Add long-form version output (#1930) 2024-02-23 13:45:01 -06:00
Cargo.toml Bump insta from 1.34.0 to 1.35.1 (#1942) 2024-02-23 21:00:35 +00:00