From b0a1b04162c2f8114c2e6f60879744ec362f286a Mon Sep 17 00:00:00 2001 From: Jylpah Date: Mon, 25 Dec 2023 13:00:52 +0200 Subject: [PATCH] aiohttp>=3.9.1 the older versions fail on Python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b994ea7..622ad2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ "aiofiles>=23.1.0", - "aiohttp>=3.8.5", + "aiohttp~=3.9.1", "Brotli>=1.1.0", "aiodns>=3.0.0", "aioconsole>=0.6.1",