From 499bffdce3536c526fc6a8963bdc7a091e7b87fc Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Tue, 30 Jun 2026 20:14:12 -0700 Subject: [PATCH] Change exclude-newer date format in pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5495935e..e5da2c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,7 @@ version_file = "src/kolibri_app/_version.py" fallback_version = "0.0.0.dev0" [tool.uv] -# Update this date when intentionally pulling in new or updated packages. -# uv requires an RFC 3339 timestamp here — relative durations like "7 days" are NOT valid. -exclude-newer = "2026-06-03T00:00:00Z" +exclude-newer = "7 days" [tool.ruff] line-length = 88