From a450a58b08ba974d27793776eee316844342f24c Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 29 Jun 2026 19:22:31 -0700 Subject: [PATCH] chore: Fixed the tests by configuring uv.toml: exclude-newer = "P7D" --- uv.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uv.toml b/uv.toml index 5bdd9aa..5843961 100644 --- a/uv.toml +++ b/uv.toml @@ -1,3 +1,5 @@ +exclude-newer = "P7D" + [[index]] url = "https://pypi.org/simple" default = true