← Back to context

Comment by XorNot

5 hours ago

Are we likely to get an "uv upgrade" command that makes sense sometime?

It's still very obtuse how to get uv to just try and make all my dependencies the highest version possible.

Yes! It's in progress — it's already there, just hidden as we iterate on it.

(but as a note, the initial `uv lock` will already attempt to choose the highest possible versions and `uv lock --upgrade` will do so again, requests for `uv upgrade` are generally centered around changing the constraints in the `pyproject.toml`)