build: prevent installing dependency packages published in the past 7 days

This commit is contained in:
Philipp Emanuel Weidmann
2026-04-04 08:54:37 +05:30
parent 117e3b73ac
commit f612a48b9f
+3
View File
@@ -71,5 +71,8 @@ heretic = "heretic.main:main"
requires = ["uv_build>=0.8.11,<0.9.0"] requires = ["uv_build>=0.8.11,<0.9.0"]
build-backend = "uv_build" build-backend = "uv_build"
[tool.uv]
exclude-newer = "7 days"
[tool.uv.build-backend] [tool.uv.build-backend]
module-name = "heretic" module-name = "heretic"