-
Notifications
You must be signed in to change notification settings - Fork 100
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
Stream class is broken due to aiohttp 3.11 breaking change 'FlowControlDataQueue' #918
Comments
@bdraco could you take a look please? |
We could restore that class even though it won't be used internally for backwards compatibility |
While we no longer use this internally, aiodocker uses it see aio-libs/aiodocker#918
I'm going to restore it and release 3.11.3 Please note that it will go away permanently in 4.x so its will probably be best to vendor the code in that PR if |
created #919 so its not lost track of |
3.11.3 releasing with Can be watched here https://github.com/aio-libs/aiohttp/actions/runs/11903509416 |
fixes aio-libs/aiodocker#918 (cherry picked from commit 902e7b2)
…class (#9965) Co-authored-by: J. Nick Koston <[email protected]> fixes aio-libs/aiodocker#918
@idan-rahamim-lendbuzz Can you post the full trace? |
Traceback (most recent call last): |
Looks like that has a different cause |
Since this is a separate problem, and the original issue here has been fixed I've opened #920 Please continue there |
This is broken:
aiodocker/aiodocker/stream.py
Line 89 in 06cc2a1
Because of aiohttp 3.11 breaking change:
aio-libs/aiohttp#9685
The text was updated successfully, but these errors were encountered: