From d40142b6afdb4ae9ef64c14ef24ba14d6cc1027b Mon Sep 17 00:00:00 2001 From: GangGreenTemperTatum <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:44:54 -0400 Subject: [PATCH] Add dependency release age guardrails --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1111e46..875f4c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,3 +61,6 @@ target-version = "py310" [tool.pytest.ini_options] testpaths = ["tests"] + +[tool.uv] +exclude-newer = "3 days"