UV is a package manager for Python, that provides great speed. It shines when working with containers as it cuts build times drastically.
It also supports uvxfor executing packages.
For CLIs, uv tool
List installed tools: uv tool list
Update uv: uv self update
Update tools uv tool upgrade <toolname>
Or update all: uv tool upgrade --all