diff --git a/pyproject.toml b/pyproject.toml index 2c53f94..cb9bc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ dev = [ [tool.uv] package = true +exclude-newer = "3 days" [tool.setuptools.packages.find] include = ["job_executor", "tests"] diff --git a/uv.lock b/uv.lock index dc1d588..bacf105 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,10 @@ version = 1 revision = 3 requires-python = ">=3.13" +[options] +exclude-newer = "2026-01-11T13:05:24.152429Z" +exclude-newer-span = "P3D" + [[package]] name = "annotated-types" version = "0.7.0"