Hacker News new | ask | show | jobs
by armanckeser 461 days ago
Uv dependency solving is light years faster than poetry. If you are working on actual projects with many dependencies, poetry is a liability
1 comments

You are right that it is faster but how often you are running dependency update? It will take more time to ensure that new dependencies did not break anything than doing upgrade.
It should, but if you are using poetry and say you forgot to pin boto to a specific version, your entire day might be spent waiting for poetry to solve.