mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-18 22:38:12 +00:00
![]() ## Summary Currently, the `Locals` type relies on there being a single local version for a given package. With marker expressions this may not be true, a similar problem to https://github.com/astral-sh/uv/pull/4435. This changes the `Locals` type to `ForkLocals`, which tracks locals for a given fork. Local versions are now tracked on `PubGrubRequirement` before forking. Resolves https://github.com/astral-sh/uv/issues/4580. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |