From 1985a77de067e7908b2adfd4d2556bf7d9c8b7bb Mon Sep 17 00:00:00 2001 From: simonwt Date: Sat, 4 Apr 2026 00:15:41 +0100 Subject: [PATCH] prevent warning about uv version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f2534c..dda9e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,5 +12,5 @@ dependencies = [ ] [build-system] -requires = ["uv_build >= 0.10.10, <0.11.0"] +requires = ["uv_build >= 0.10.10, <0.11.2"] build-backend = "uv_build" \ No newline at end of file