From 09a57e39c516023db40490167b55600bad6902c1 Mon Sep 17 00:00:00 2001 From: Gtax2006 Date: Thu, 28 May 2026 01:01:29 +0800 Subject: [PATCH] fix: re-add dependency age check via uv exclude-newer (#275) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d16cdf9..bbc649e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,3 +84,6 @@ max-complexity = 10 dev = [ "setuptools>=82.0.1", ] + +[tool.uv] +exclude-newer = "7d"