diff --git a/pyproject.toml b/pyproject.toml index d764422ab..ff4dccf33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,10 @@ version = "1.7.2" description = "structured outputs for llm" readme = "README.md" +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + [tool.uv] package = true