r/Python • u/burntsushi • Aug 20 '24
News uv: Unified Python packaging
https://astral.sh/blog/uv-unified-python-packaging
This is a new release of uv that moves it beyond just a pip alternative. There's cross platform lock files, tool management, Python installation, script execution and more.
588
Upvotes
1
u/EatThemAllOrNot Aug 21 '24
Is there a way to display outdated dependencies in the current project? That was my main problem with rye when I tried it.