Skip to content

Commit f96ae5c

Browse files
authored
Adjust aiohttp pin (#425)
1 parent f7fcaf6 commit f96ae5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
] + tests_requires
3939

4040
install_aiohttp_requires = [
41-
"aiohttp>=3.8.0,<3.9.0",
41+
"aiohttp>=3.8.0,<4",
4242
]
4343

4444
install_requests_requires = [

0 commit comments

Comments
 (0)