From 0390fa8c11e38de71f30302eb56cf140b3912f1e Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Tue, 31 Mar 2026 09:53:46 -0700 Subject: [PATCH] chore: configure dependency cooldown See https://docs.astral.sh/uv/concepts/resolution/#dependency-cooldowns This will prevent dependencies updated within a week from being considered as upgrade candidates. Signed-off-by: Seth Fitzsimmons --- pyproject.toml | 3 +++ uv.lock | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9626ff7c4..a33dea1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,9 @@ name = "overture-schema-workspace" requires-python = ">=3.10" version = "0.0.0" +[tool.uv] +exclude-newer = "1 week" + [tool.uv.workspace] members = ["packages/*"] diff --git a/uv.lock b/uv.lock index 08122cf2a..2829dc729 100644 --- a/uv.lock +++ b/uv.lock @@ -6,6 +6,10 @@ resolution-markers = [ "python_full_version < '3.11'", ] +[options] +exclude-newer = "2026-03-24T16:30:43.874957Z" +exclude-newer-span = "P1W" + [manifest] members = [ "overture-schema",