From d8d57fb2f6e7aedfa87d05c2cb9114e4c7945583 Mon Sep 17 00:00:00 2001 From: LeonSGP43 Date: Mon, 4 May 2026 10:57:25 +0800 Subject: [PATCH] fix(install): remove uv exclude-newer cutoff --- pyproject.toml | 3 --- uv.lock | 4 ---- 2 files changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 126854f00d..7717e167ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -164,6 +164,3 @@ exclude = ["tinker-atropos"] [tool.ruff] exclude = ["tinker-atropos"] select = [] # disable all lints for now, until we've wrangled typechecks a bit more :3 - -[tool.uv] -exclude-newer = "7 days" diff --git a/uv.lock b/uv.lock index 6910c1ec75..ba59f44e62 100644 --- a/uv.lock +++ b/uv.lock @@ -8,10 +8,6 @@ resolution-markers = [ "python_full_version < '3.12'", ] -[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 = "P7D" - [[package]] name = "agent-client-protocol" version = "0.9.0"