diff --git a/pyproject.toml b/pyproject.toml index 913af59..20f97e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,9 @@ dependencies = [ "pytest>=8.3.5", ] +[tool.uv] +exclude-newer = "7 days" # Requires a recent uv; run `uv self update` if unsupported + [tool.uv.sources] llms-from-scratch = { workspace = true }