diff --git a/pyproject.toml b/pyproject.toml index 84d7862c..6dcab632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,9 @@ dev = [ testpaths = ["tests"] addopts = "-ra" +[tool.uv] +exclude-newer = "14 days" + [tool.ty] [tool.ty.terminal] error-on-warning = false diff --git a/uv.lock b/uv.lock index 8d3c8c34..02259389 100644 --- a/uv.lock +++ b/uv.lock @@ -11,6 +11,10 @@ resolution-markers = [ "python_full_version < '3.11'", ] +[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 = "P14D" + [[package]] name = "aiobotocore" version = "3.3.0"