uv/scripts/scenarios
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
..
templates Update the scenarios to use vendored build dependencies (#1605) 2024-02-19 21:55:03 +00:00
.gitignore gitignore packse scenarios folder (#1232) 2024-02-02 18:50:18 +01:00
requirements.txt Pin dependencies in scenario requirements to allow install with puffin (#1050) 2024-01-22 17:11:11 -06:00
update.py Make < exclusive for non-prerelease markers (#1878) 2024-02-24 18:02:03 -05:00