uv/crates/uv
Charlie Marsh 9a1d977e7e
Avoid reinstalling dependency group members with --all-packages (#13678)
## Summary

Right now, if a workspace member is first created by way of being a dev
dependency on another member, we end up duplicating it in the graph.
Instead, we should create all the roots upfront; all subsequent node
creations are robust to existing nodes.

Closes
https://github.com/astral-sh/uv/issues/13673#issuecomment-2912196406.
2025-05-27 08:43:07 -04:00
..
src Exit early on self update if global --offline is set (#13663) 2025-05-27 03:29:58 +00:00
tests/it Avoid reinstalling dependency group members with --all-packages (#13678) 2025-05-27 08:43:07 -04:00
Cargo.toml Bump version to 0.7.8 (#13629) 2025-05-23 19:13:28 -04:00