From 17f3f93cdd9501dd9444be2935fe8bb9ca0d72f0 Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Mon, 4 Mar 2024 19:03:20 +0900 Subject: [PATCH] chore: Relax yarl version requirements - Exclude some versions to avoid a former bug related with trailing slash handling (aio-libs/yarl#862). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2e8af01..026753b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = python-dateutil>=2.8.2 msgpack>=1.0.7 temporenc>=0.1 - yarl>=1.9.4 + yarl>=1.8.2,!=1.9.0,!=1.9.1,!=1.9.2 zip_safe = false include_package_data = true