Skip to content

Commit a6351cf

Browse files
committed
Fixed uv_build version warning
1 parent 34630dc commit a6351cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
]
3636

3737
[build-system]
38-
requires = ["uv_build"]
38+
requires = ["uv_build>=0.12.0,<0.13"]
3939
build-backend = "uv_build"
4040

4141
[tool.uv.build-backend]

0 commit comments

Comments
 (0)