From f1fc3e14514fe040b153bcbe0eb78a058ccaca0e Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 2 Apr 2026 07:04:39 +0200 Subject: [PATCH] chore: remove temporary exclude-newer-package sections --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eaab3445e..59824d5ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,9 +222,7 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false -cryptography = "3 days" -requests = "5 days" -build= "5 days" +aiohttp = "3 days" [tool.ruff] line-length = 100