|
|
|
|
|
by fermigier
32 days ago
|
|
I was really surprise by the recommendation to use "uv tree --outdated --depth 1" to list outdated deps. I personally use "uv pip list --outdated" since it has been introduced. I agree that this is such an important command that it deserves its own top-level subcommand, though. |
|
Though this makes me wonder why are there 2 ways of viewing outdated packages, with wildly different output? The UX is mess...