From 6ba05de5cf6a07524ec162793fae8daf91be8cf1 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 26 Jul 2023 01:03:28 +0200 Subject: [PATCH] Adjust aiohttp pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 173c469b..993af099 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ] + tests_requires install_aiohttp_requires = [ - "aiohttp>=3.8.0,<3.9.0", + "aiohttp>=3.8.0,<4", ] install_requests_requires = [