Skip to content

Commit

Permalink
Adjust aiohttp pin (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jul 26, 2023
1 parent f7fcaf6 commit f96ae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
] + tests_requires

install_aiohttp_requires = [
"aiohttp>=3.8.0,<3.9.0",
"aiohttp>=3.8.0,<4",
]

install_requests_requires = [
Expand Down

0 comments on commit f96ae5c

Please sign in to comment.