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 Nov 20, 2023
1 parent ec30f46 commit 35d6048
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 }
listdiff = ">=1.0.2"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 35d6048

Please sign in to comment.