From 6a5fb9af42061f1fbbd4adb4c8fbf0f735ed5b3f Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 9 Apr 2026 06:32:00 +0200 Subject: [PATCH] chore: remove aiohttp shorter exclude-newer exception --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cdc5b214..fd23460bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,6 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false -aiohttp = "5 days" [tool.ruff] line-length = 100