top | item 43352075

(no title)

armanckeser | 11 months ago

Uv dependency solving is light years faster than poetry. If you are working on actual projects with many dependencies, poetry is a liability

discuss

order

kubav027|11 months ago

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.

armanckeser|11 months ago

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.