We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aiohttp-tus/aiohttp_tus/annotations.py
Line 3 in 24f34b7
Just noticed this today:
ImportError: cannot import name '_Handler' from 'aiohttp.web_middlewares' (/usr/local/lib/python3.8/dist-packages/aiohttp/web_middlewares.py)
I poked around in the aiohttp commit history and saw this one: aio-libs/aiohttp@1b45c73#diff-b756d284fe20863e4e6a5fdfa7a6f460e7f0699f4b3d658f5049be5ee821ab31
It looks like aiohttp.web_middlewares._Handler may have moved to aiohttp.typedefs.Handler
aiohttp.web_middlewares._Handler
aiohttp.typedefs.Handler
The text was updated successfully, but these errors were encountered:
No branches or pull requests
aiohttp-tus/aiohttp_tus/annotations.py
Line 3 in 24f34b7
Just noticed this today:
ImportError: cannot import name '_Handler' from 'aiohttp.web_middlewares' (/usr/local/lib/python3.8/dist-packages/aiohttp/web_middlewares.py)
I poked around in the aiohttp commit history and saw this one: aio-libs/aiohttp@1b45c73#diff-b756d284fe20863e4e6a5fdfa7a6f460e7f0699f4b3d658f5049be5ee821ab31
It looks like
aiohttp.web_middlewares._Handler
may have moved toaiohttp.typedefs.Handler
The text was updated successfully, but these errors were encountered: