uv/crates/uv-bench
Aria Desires 5021840919
Add [tool.uv.dependency-groups].mygroup.requires-python (#13735)
This allows you to specify requires-python on individual dependency-groups,
with the intended usecase being "oh my dev-dependencies have a higher
requires-python than my actual project".

This includes a large driveby move of the RequiresPython type to
uv-distribution-types to allow us to generate the appropriate markers at
this point in the code. It also migrates RequiresPython from
pubgrub::Range to version_ranges::Ranges, and makes several pub(crate)
items pub, as it's no longer defined in uv_resolver.

Fixes #11606
2025-06-13 22:04:13 +00:00
..
benches Add [tool.uv.dependency-groups].mygroup.requires-python (#13735) 2025-06-13 22:04:13 +00:00
inputs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
src Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
Cargo.toml Update Rust crate criterion to 0.6.0 (#13771) 2025-06-01 21:57:25 -04:00