uv/crates/uv-resolver
konsti 56684e4c24
Respect concurrency limits in parallel index fetch (#11182)
With the parallel simple index fetching, we would only acquire one
download concurrency token, meaning that we could in the worst case make
times the number of indexes more requests than the user requested limit.
We fix this by passing the semaphore down to the simple API method.
2025-02-03 16:41:17 +01:00
..
src Respect concurrency limits in parallel index fetch (#11182) 2025-02-03 16:41:17 +01:00
Cargo.toml Avoid narrowing `requires-python` marker with disjunctions (#10704) 2025-01-17 16:25:32 +00:00