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

> They didn’t upgrade the moment uv came into existence.

There's also projects that can't use `uv` because it doesn't like their current `requirements.txt`[0] and I have no bandwidth to try and figure out how to work around it.

[0] We have an install from `git+https` in there and it objects strongly for some reason. Internet searches have not revealed anything helpful.



Unrelated to uv but the problem with having a git ref in requirements.txt is that pip will treat it as a fixed version so it will strictly narrow the other dependencies it can resolve, which gets exceptionally difficult to reason about once that packages also loads a package from another git ref. Throwing everything into codeartifact (or equivalent on other clouds) is better longterm.


If you open even a brief issue and tag me @zanieb I'm happy to take a look!


Ta, will give that a go when I've got some free time.




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

Search: