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

> What I want is, if my project depends on `package1==0.4.0` and there are new version of package1, for uv to try install the newer version.

I think you're just specifying your dependency constraints wrong. What you're asking for is not what the `==` operator is for; you probably want `~=`.



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

Search: