Skip to content

Commit

Permalink
Try prerelease of aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhwaja committed Oct 18, 2023
1 parent be48ed7 commit 8973825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ urllib3 = [
{ version = ">=1.26", python = ">=3.10,<4" }
]
pydantic = ">=2.4.2"
aiohttp = ">=3.8.1"
aiohttp = { version = ">=3.8.1", allow-prereleases = true }

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1"
Expand Down

0 comments on commit 8973825

Please sign in to comment.