mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
![]() ## Summary The order here is slightly off... As-is, we fetch the metadata for the dependency, _then_ insert the URLs and indexes into the fork state -- so the fetch doesn't take the explicit index or URL into account. This has mostly been unobserved because we re-fetch anyway in the next request, but if we do things in the right order (add to fork state, fetch dependencies, insert dependencies), we can cut down on the fetches. Closes https://github.com/astral-sh/uv/issues/12056. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |