From 6f453a1843323960256bf2e333c95ff6ea754eec Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 10 Sep 2024 11:44:11 +0300 Subject: [PATCH] Bump aiofiles version upper bound to <24.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b2e39b6..7cb5875b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "magic-filter>=1.0.12,<1.1", "aiohttp>=3.9.0,<3.11", "pydantic>=2.4.1,<2.10", - "aiofiles~=23.2.1", + "aiofiles>=23.2.1,<24.2", "certifi>=2023.7.22", "typing-extensions>=4.7.0,<=5.0", ]