diff --git a/pyproject.toml b/pyproject.toml index 8c29e3a..7778008 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "aiodns~=3.2", - "aiofiles~=24.1", + "aiofiles>=24.1,<26.0", "aiohttp~=3.10", "aiojobs~=1.3", "aiosqlite~=0.20",