aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
427 stars 97 forks source link

aiohttp==3.9 issues #833

Open Artucuno opened 9 months ago

Artucuno commented 9 months ago

Long story short

stream = container.attach(stdin=True, logs=True)
await stream.write_in(str(cmd + '\n').encode('utf-8'))

Your environment

aiohttp==3.9

Downgrading to aiohttp 3.8 fixed it, but support for 3.9 would be nice. Thanks