From 494e07a75aac613f354dbccf8fe6653a3fce5fc9 Mon Sep 17 00:00:00 2001 From: Dmitriy <111004114+dolgalevd@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:32:21 +0300 Subject: [PATCH] Increased aiohttp version (#1615) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Increased aiohttp version * Added changes file * Update CHANGES/1615.misc.rst --------- Co-authored-by: Долгалев Дмитрий Игоревич Co-authored-by: Alex Root Junior --- CHANGES/1615.misc.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 CHANGES/1615.misc.rst diff --git a/CHANGES/1615.misc.rst b/CHANGES/1615.misc.rst new file mode 100644 index 00000000..34845b60 --- /dev/null +++ b/CHANGES/1615.misc.rst @@ -0,0 +1 @@ +Increased max :code:`aiohttp` version support from “<3.11” to “<3.12” diff --git a/pyproject.toml b/pyproject.toml index 0d916aa9..1e2f2572 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ ] dependencies = [ "magic-filter>=1.0.12,<1.1", - "aiohttp>=3.9.0,<3.11", + "aiohttp>=3.9.0,<3.12", "pydantic>=2.4.1,<2.11", "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22",