uv/crates/uv-resolver
Charlie Marsh 77e93157fb
Make target Python version an optional field (#4000)
## Summary

Instead of checking if the target and installed version are the same, we
model the data such that the target version is only present if it was
specified by the user. This also means that we correctly say "requested
version" even if the two happen to be the same.
2024-06-03 22:37:15 +00:00
..
src Make target Python version an optional field (#4000) 2024-06-03 22:37:15 +00:00
tests Make target Python version an optional field (#4000) 2024-06-03 22:37:15 +00:00
Cargo.toml Custom lock-file serialization (#3909) 2024-05-30 19:08:29 +00:00