From 1489370cccccbdbdf1b43a4b607f022a67a496c5 Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:34:07 +0000 Subject: [PATCH] Update uv_build version to 0.12.10 --- source/shared/build-backend-tabs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared/build-backend-tabs.rst b/source/shared/build-backend-tabs.rst index 4f2a982c6..ed49569ab 100644 --- a/source/shared/build-backend-tabs.rst +++ b/source/shared/build-backend-tabs.rst @@ -38,5 +38,5 @@ .. code-block:: toml [build-system] - requires = ["uv_build >= 0.12.5, <0.13.0"] + requires = ["uv_build >= 0.12.10, <0.13.0"] build-backend = "uv_build"