Live data from Hacker News

Uv 0.12.0

github.com

1–10 of 51 posts

Re: Uv 0.12.0

#7
post #5

This is our first breaking release since March. We’re happy to answer any questions folks have about it.

Why (keep) the `uv pip` interface?

It’s widely used, and there are still a lot of workflows that we hear about from users where they want/need to manually twiddle environments rather than having the “declarative” layer do it for them.

Re: Uv 0.12.0

#8

This is our first breaking release since March. We’re happy to answer any questions folks have about it.

Can you stop the --break-system-packages madness?

WDYM by madness? I know what the flag is (and what it does), but people have strong opinions in opposite directions about what Python packaging should do around system environments.

Re: Uv 0.12.0

#10
post #5

This is our first breaking release since March. We’re happy to answer any questions folks have about it.

Why (keep) the `uv pip` interface?

We have the interface because we care a lot about meeting people where they are.

We keep the interface because we care a lot about long-term support and compatibility. I cannot imagine removing it.

We generally want to add features to the top-level interface such that people don't need or want to use the pip-interface because the top-level interface does everything you need, but better.

Post reply on HN