←back to thread

741 points chirau | 2 comments | | HN request time: 0.002s | source
Show context
neves ◴[] No.44358711[source]
It is a venture capital startup. If I start use uv, what's our protection against the company going rogue?
replies(3): >>44358744 #>>44358748 #>>44363830 #
zffr ◴[] No.44358748[source]
Why wouldn't you be able to switch back to using pip ?
replies(3): >>44358837 #>>44358856 #>>44362022 #
1. nullhole ◴[] No.44358837[source]
It seems like that'd work as long as you restrict yourself entirely to the pip interface. Stray outside of that, and you start accumulating a real dependency on uv itself.
replies(1): >>44368746 #
2. maleldil ◴[] No.44368746[source]
It's trivial to switch from uv to other projects like pdm or poetry. uv follows the standard PEPs really closely, so most things are interoperable.