I switched to uv in an open source project I maintain as our builds were taking dozens of minutes to resolve dependencies using Poetry. The migration itself was pretty easy as both tools use pyproject.toml, so it was a matter of changing headers and minor adjustments.
After the switch, the same dependency resolution was done in seconds. This tool single-handedly made iteration possible again.