uv/scripts
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
..
bench fix: remove uv version from uv pip compile header (#1716) 2024-02-19 20:26:53 +00:00
benchmarks Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
bootstrap Add musl to python bootstrapping script (#1758) 2024-02-22 10:46:48 +01:00
compare_with_pip Rename to `uv` (#1302) 2024-02-15 11:19:46 -06:00
editable-installs Add support for `config_settings` in PEP 517 hooks (#1833) 2024-02-23 00:53:45 +00:00
popular_packages Finish install-many with pypi 10k most dependents (#732) 2023-12-27 09:42:51 -05:00
release Update the lockfile in `release/bump.sh` (#1924) 2024-02-23 13:45:46 -06:00
requirements fix: remove uv version from uv pip compile header (#1716) 2024-02-19 20:26:53 +00:00
scenarios Make < exclusive for non-prerelease markers (#1878) 2024-02-24 18:02:03 -05:00
wheels Win Trampoline: Use Python executable path encoded in binary (#1803) 2024-02-22 16:10:02 +01:00