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",