We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df02d2 commit 6bae661Copy full SHA for 6bae661
2 files changed
pyproject.toml
@@ -43,6 +43,10 @@ docs = [
43
requires = ["uv_build>=0.11.2,<0.12.0"]
44
build-backend = "uv_build"
45
46
+[tool.uv]
47
+# Basic protection against supply chain attacks
48
+exclude-newer = "7 days"
49
+
50
[tool.uv.build-backend]
51
module-root = ""
52
0 commit comments