Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

uv is excellent! The only think I'm missing is an easy way to update all packages in an env, something like `uv update --all` or `uv update plotly`.

Which would fit in with existing uv commands[1] like `uv add plotly`.

There is an exisiting `uv lock --upgrade-package requests` but this feels a bit verbose.

[1]: https://docs.astral.sh/uv/guides/projects/#creating-a-new-pr...



Are you looking for something like `uv sync --upgrade`? This one should be re-assessing your dependencies (excluding version pinned ones of course) and regenerate the lockfile if I remember correctly.

https://docs.astral.sh/uv/reference/cli/#uv-sync--upgrade




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: