From c75edbb75b93b38f2ebd80155501811bc39ffdbb Mon Sep 17 00:00:00 2001 From: William Storey Date: Wed, 26 Nov 2025 13:17:01 -0800 Subject: [PATCH] Update uv_build requirement to >=0.9.13,<0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3458f27..2a70951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ Documentation = "https://minfraud.readthedocs.org/" "Issue Tracker" = "https://github.com/maxmind/minfraud-api-python/issues" [build-system] -requires = ["uv_build>=0.7.19,<0.8.0"] +requires = ["uv_build>=0.9.13,<0.10.0"] build-backend = "uv_build" [tool.uv.build-backend]