Running uv tree
in a workspace does not show all packages as top level entries
#10838
Labels
question
Asking for clarification or support
Question
Not posting this as a bug because I'm not sure.
I have a monorepo workspace containing many packages. I want to run
uv tree
and see every package as a top-level entry in the tree. (I'm actually trying to parse that output to use with another tool.) Instead, I strangely (in my opinion) only see 3 of them as top level. Is this because some packages are consumed by others and it was decided that that is "good enough" for the tree view? Or is it for some other reason? It's not really a true tree representation this way. Why are those three called out for top level?Here's the workspace pyproject.toml:
Output of
uv tree
Platform
MacOSA 15.2 Darwin 24.2.0 arm64
Version
uv 0.5.22 (4574ced 2025-01-21)
The text was updated successfully, but these errors were encountered: