From cc299734c7d5aaea35bfd6283eaabda10f8d676f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:51:01 +0000 Subject: [PATCH] chore(deps): update dependency uv_build to >=0.9.3,<0.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0e3d31..4d7aa65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ explainability = ["unidecode", "nltk", "captum"] preprocess = ["unidecode", "nltk"] [build-system] -requires = ["uv_build>=0.8.3,<0.9.0"] +requires = ["uv_build>=0.9.3,<0.10.0"] build-backend = "uv_build" [tool.ruff]