diff --git a/pyproject.toml b/pyproject.toml index 095d16a..362f12d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requests = ">=2.25.1" urllib3 = [ { version = ">=1.26", python = ">=3.10,<4" } ] -aiohttp = ">=3.8.1" +aiohttp = { version = ">=3.8.1", allow-prereleases = true } [tool.poetry.group.dev.dependencies] pytest = ">=7.1"