diff --git a/pyproject.toml b/pyproject.toml index 5fe3c7fd..cee47d80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -228,6 +228,10 @@ allow_population_by_field_name = true aliases = "datamodel_codegen_aliases.json" formatters = ["ruff-check", "ruff-format"] +[tool.uv] +# Minimal defense against supply-chain atatcks. +exclude-newer = "24 hours" + # Run tasks with: uv run poe [tool.poe.tasks] clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache build dist htmlcov" diff --git a/renovate.json b/renovate.json index aeb554de..9493deb7 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,7 @@ "automergeType": "branch" } ], + "minimumReleaseAge": "1 day", "schedule": ["before 7am every weekday"], "ignoreDeps": ["apify_client", "docusaurus-plugin-typedoc-api"] } diff --git a/uv.lock b/uv.lock index 17a44ddf..a9585102 100644 --- a/uv.lock +++ b/uv.lock @@ -6,6 +6,10 @@ resolution-markers = [ "python_full_version < '3.14'", ] +[options] +exclude-newer = "2026-03-23T08:38:56.883370546Z" +exclude-newer-span = "PT24H" + [[package]] name = "annotated-types" version = "0.7.0"