Skip to content

Commit b5eed4c

Browse files
⬆️ Expand aiohttp version range
A new version of aiohttp has been released, with [an important fix preventing header injection](aio-libs/aiohttp#4818). I looked through the aiohttp changelog and wasn't able to find any breaking changes, so I believe it should be safe to use with gql.
1 parent 4554e4b commit b5eed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
] + tests_requires
3737

3838
install_aiohttp_requires = [
39-
"aiohttp>=3.7.1,<3.8.0",
39+
"aiohttp>=3.7.1,<3.9.0",
4040
]
4141

4242
install_requests_requires = [

0 commit comments

Comments
 (0)