diff --git a/pyproject.toml b/pyproject.toml index 3fb361885..1c999de7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ pythonpath = [".", "examples", "examples-pydantic-v1"] testpaths = ["tests", "cognite/pygen"] [build-system] -requires = ["uv_build>=0.10.4,<0.11.0"] +requires = ["uv_build>=0.11.2,<0.12.0"] build-backend = "uv_build" [tool.uv.build-backend]