-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Aiohttp 4.0 #35
Comments
Hey @sethmlarson, Aiohttp version 3.7.x has been released with the incompatible commit aio-libs/aiohttp@e7e6c20#diff-b797dd8733928df191ba2061121ab8b69976c185fcbfad4534891d3252b9ac30R100 There is replace of the coroutine function ShortTerm fix might be downgrade of aiohttp in setup.py (
I'm able to create the PRs but I'd like to agree on the right solution. |
Yes, It works. Thank you. |
Looks like Aiohttp 4.0 changes a few APIs, we should ensure we're compatible so when 3.6 is finally released our users can use it right away.
The text was updated successfully, but these errors were encountered: