Skip to content

Commit

Permalink
Pin aiohttp to <= 4.0.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Oct 4, 2024
1 parent 92f555f commit c71c62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/396.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin `aiohttp` dependency to <= 4.0.0.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.8.0"
aioapns = ">=3.0"
aiohttp = ">=3.8.0"
aiohttp = "^3.8.0"
attrs = ">=19.2.0"
cryptography = ">=2.6.1"
idna = ">=2.8"
Expand Down

0 comments on commit c71c62a

Please sign in to comment.