From de36b1b0d853deef7615ddf3b3803360f187a139 Mon Sep 17 00:00:00 2001 From: Robin Ekman Date: Sat, 18 Oct 2025 18:09:41 +0200 Subject: [PATCH] build: update upper bound for uv-build 0.9.0 -> 0.10.0 (fixes #31) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50a2f04..0e044ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ ] [build-system] -requires = ["uv_build>=0.8.22,<0.9.0"] +requires = ["uv_build>=0.8.22,<0.10.0"] build-backend = "uv_build" [tool.pytest.ini_options]