From 8695df33cfff9ad4b43e39f304cbb6a68ea1bb27 Mon Sep 17 00:00:00 2001 From: Trong Nhan Mai Date: Wed, 8 Jul 2026 14:45:30 +1000 Subject: [PATCH] chore: run uv relock after adding exclude-newer duration --- uv.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uv.lock b/uv.lock index 353a805..75637f8 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = ">=3.10" +[options] +exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values. +exclude-newer-span = "P7D" + [[package]] name = "cffi" version = "2.0.0"