From 27dee7452ea0077716e29fb47dadd3f0ee8b4aa5 Mon Sep 17 00:00:00 2001 From: Sergey Vasilyev Date: Mon, 9 Oct 2023 01:47:18 +0200 Subject: [PATCH] [Temporarily switch to aiohttp 3.9 beta] Signed-off-by: Sergey Vasilyev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0aabc54c..c01de38c 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ 'python-json-logger', # 0.05 MB 'iso8601', # 0.07 MB 'click', # 0.60 MB - 'aiohttp<4.0.0', # 7.80 MB + 'aiohttp==3.9.0b0', # 7.80 MB 'pyyaml', # 0.90 MB ], extras_require={