mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
## Summary Previously, `uv tree --package` had some strange behavior due to how we were computing the root nodes. This PR refactors the entire implementation to use `petgraph` so we can do proper operations on a graph structure. Closes https://github.com/astral-sh/uv/issues/8382.