From 71365de5403d726ceb69c458ce2c09d54d598eb0 Mon Sep 17 00:00:00 2001 From: Ridai Govinda Pombo Date: Wed, 25 Mar 2026 22:55:53 +0000 Subject: [PATCH] bump uv_build to 0.11.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8640cb6e5951..fb9583132367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # These requirements must be kept sync with the requirements in # ./.github/requirements/build-requirements.{in,txt} requires = [ - "maturin>=1.9.4,<2,!=1.11.0", + "maturin>=1.9.4,<2,!=1.12.0", # Must be kept in sync with `project.dependencies` "cffi>=1.14; platform_python_implementation != 'PyPy' and python_version == '3.8'",