From 9e991708a95ae80a2fe862565bce5dbbfc795878 Mon Sep 17 00:00:00 2001 From: Kien Dang Date: Sat, 4 Nov 2023 01:42:30 +0800 Subject: [PATCH] chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c16a979..d9ce14c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_aiohttp_requires = [ "aiohttp>=3.8,<4", - "aiohttp==3.9.0b0; python_version >= '3.12'", + "aiohttp==3.9.0b1; python_version >= '3.12'", ] install_quart_requires = ["quart>=0.15,<1"]