The key issue uv solved wasn't dependencies, it was environments.
I used to have hundreds of venv folders scattered around my machine. These days I use "uv run" or "uvx" or "uv run --with boto3 python" and uv handles all of the bookkeeping for me.
Poetry had already solved that.
Poetry had already solved that.