From 0bc32c9407794055a8a6805138230ecde097874f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 2 Oct 2024 14:27:09 +0200 Subject: [PATCH] 2024.10: Update faster upgrades section --- source/_posts/2024-10-02-release-202410.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_posts/2024-10-02-release-202410.markdown b/source/_posts/2024-10-02-release-202410.markdown index 4928548645e..49f17556915 100644 --- a/source/_posts/2024-10-02-release-202410.markdown +++ b/source/_posts/2024-10-02-release-202410.markdown @@ -167,10 +167,10 @@ keeping Home Assistant lean, and this release has some good improvements. This is specially for users of custom integrations, and this follows HACS getting a great [speed boost for downloads]. -On each upgrade, all dependencies needed for custom integrations are now -downloaded and installed. We are now using `uv` internally to download and -install dependencies, which is a faster and more efficient way to download and -install dependencies. If you're not aware, `uv` is what makes our release +On each upgrade, all dependencies needed for {% term custom integrations %} +are now downloaded and installed. We are now using `uv` internally to download +and install dependencies, which is a faster and more efficient way to download +and install dependencies. If you're not aware, `uv` is what makes our release process so fast nowadays, and [@edenhaus] has done an interesting [developer backstory] on our move from `pip` to `uv` (saving us 200+ hours of execution time a month). [@edenhaus] has also implemented `uv` at runtime