How uv saves Home Assistant 215 compute hours per month | Home Assistant Developer Docs
By replacing pip with uv in our production images, our build pipeline (and therefore releasing a new version) is a lot faster.
Uv is an extremely fast Python package installer and resolver written in Rust. It is developed by Astral and it's open source. Check it out on GitHub.In the following table, you can see that we can save around 5 hours of execution time on each build.ArchPipUVSavingsaarch641h 24m 53s5m 18s~1h 20marmhf1h 52m 20s6m 2s~1h 46marmv71h 26m 43s5m 28s~1h 21mamd6422m 10s3m 20s~19m...
Read more at developers.home-assistant.io