Skip to content

Commit

Permalink
⬆️ Expand aiohttp version range
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
connorbrinton committed Dec 6, 2021
1 parent 4554e4b commit b5eed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
] + tests_requires

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

install_requests_requires = [
Expand Down

0 comments on commit b5eed4c

Please sign in to comment.