Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- 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.
by XorNot - `uv sync --upgrade`? It's in the docsby peterdsharpe
- 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`)
by zanie - Still no `uv show` and still no homepage link in `uv pip show`. I love uv, but man the ux needs some work.by drcongo
- thoughts on worm safety w.r.t. `exclude-newer`, and the right way to handle unpinned git repo deps?by yablak
- When can uv install gdal?by drzhouq
- This is our first breaking release since March. We’re happy to answer any questions folks have about it.by woodruffw
- What's blocking a 1.0 release at this point?by simonw
- Can you stop the --break-system-packages madness?
- Bit surprised, and disappointed to not see dynamic field support for the uv build backend in this update. Need it for dynamically getting the version from Git. Is there anything blocking it, or is it just not important enough?by fishgoesblub
- Why (keep) the `uv pip` interface?by hallvard
- Has anything changed in your day by day work since OpenAI acquisition?by Lucasoato
- How do you think of uv vs pixi?
Follow up: has anyone suggested the projects collaborate or eventually converge?
by helltone - Maybe a naive question, but any goal / progress towards an ”it just works” cuda installation? Currently, the only times i feel like i‘m stumbling over an install with uv is when pytorch / cuda is involved.by _diyar
- The thing where "uv init" now adds this to pyproject.toml is a bit surprising:
What's the rationale for that? My expectation is that few projects would need it.[project.scripts] demo-latest = "demo_latest:main"(I have a GitHub repo that captures differences between uv versions, here's today's upgrade: https://github.com/simonw/uv-init-demos/commit/9111a2bb85741...)
by simonw