From 884fe5050646075ee2d0a8c61d5cdf0b92970561 Mon Sep 17 00:00:00 2001 From: jorenham Date: Sun, 30 Nov 2025 07:54:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20minimum=20`uv=5Fbui?= =?UTF-8?q?ld`=20version=20to=200.9.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5725b8cb..a14bb046 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["uv_build>=0.9.0,<0.10.0"] +requires = ["uv_build>=0.9.13,<0.10.0"] build-backend = "uv_build" [tool.uv.build-backend]