From fc5d2b3586bc08b9ad118db0e4c4830a4e9f25d3 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Wed, 31 Jul 2024 09:15:38 +0300 Subject: [PATCH] added aiohttp 3.10 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 304d2e29..511d89b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ ] dependencies = [ "magic-filter>=1.0.12,<1.1", - "aiohttp~=3.9.0", + "aiohttp>=3.9.0,<3.11", "pydantic>=2.4.1,<2.9", "aiofiles~=23.2.1", "certifi>=2023.7.22",