From 9c480b4f4d42e9f91703adedd94da926b8655446 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 18 May 2026 18:00:52 +0200 Subject: [PATCH] chore: remove urlilb3 newer exclusion --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc24d1488..c6024a3b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -222,7 +222,6 @@ exclude-newer = "1 week" [tool.uv.exclude-newer-package] ccxt = false -urllib3 = "4 days" [tool.ruff] line-length = 100