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 13, 2023
1 parent 1c9ea88 commit eba93e5
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 }
ruff = ">=0.0.289"

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

0 comments on commit eba93e5

Please sign in to comment.