uv/crates/uv-resolver
Charlie Marsh 26e3511ebd
Respect fork markers in --resolution-mode=lowest-direct (#8839)
## Summary

Previously, given:

```toml
dependencies = [
    "pycountry >= 22.1.10",
    "setuptools >= 50.0.0; python_version>='3.12'"
]
```

We'd solve for the lowest version of setuptools (with _no_ lower-bound
constraint) in the `python_version < '3.12'` complement.

Closes https://github.com/astral-sh/uv/issues/8819.
2024-11-05 21:09:38 +00:00
..
src Respect fork markers in --resolution-mode=lowest-direct (#8839) 2024-11-05 21:09:38 +00:00
Cargo.toml Merge uv-pubgrub into uv-pep440 (#8669) 2024-10-29 20:15:18 +01:00