From 116b2e82820b4a9863ac8bdebc47be784441e7f8 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 16 May 2026 16:40:11 +0100 Subject: [PATCH 1/2] Use uv cooldown --- pyproject.toml | 1 + uv.lock | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 47b8a25f62..7928ab1008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -411,6 +411,7 @@ tests-self-hosted = [ [tool.uv] default-groups = ["tests"] +exclude-newer = "7 days" override-dependencies = [ # moondream pins pillow<11 but we need >=12.2.0 for security fixes # (CVE-2026-25990, CVE-2026-40192, CVE-2026-42311). diff --git a/uv.lock b/uv.lock index 993fc21f74..f0b19787c5 100644 --- a/uv.lock +++ b/uv.lock @@ -39,6 +39,10 @@ resolution-markers = [ "(python_full_version < '3.11' and platform_machine != 'aarch64' and platform_machine != 'x86_64' and sys_platform == 'linux') or (python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')", ] +[options] +exclude-newer = "2026-05-09T15:39:50.162457Z" +exclude-newer-span = "P7D" + [manifest] overrides = [ { name = "pillow", specifier = ">=12.2.0" }, From 4729e88c90b7edc08191fd1454cfd13ee4d46132 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 16 May 2026 16:51:13 +0100 Subject: [PATCH 2/2] Update pyproject.toml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7928ab1008..1ba736f164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -410,6 +410,7 @@ tests-self-hosted = [ ] [tool.uv] +required-version = ">=0.9.17" default-groups = ["tests"] exclude-newer = "7 days" override-dependencies = [