From f612a48b9f9907c0e03adc243ad1677973f72579 Mon Sep 17 00:00:00 2001 From: Philipp Emanuel Weidmann Date: Sat, 4 Apr 2026 08:54:37 +0530 Subject: [PATCH] build: prevent installing dependency packages published in the past 7 days --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d9c8679..258c1e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,5 +71,8 @@ heretic = "heretic.main:main" requires = ["uv_build>=0.8.11,<0.9.0"] build-backend = "uv_build" +[tool.uv] +exclude-newer = "7 days" + [tool.uv.build-backend] module-name = "heretic"