Hi everyone,
This issue with aiohttp throwing SSL shutdown timeouts has been identified and tracked here: https://github.com/aio-libs/aiohttp/issues/11091
It's not limited to one use case—it has also impacted interactions with Microsoft services, such as Azure SDK for Python: https://github.com/Azure/azure-sdk-for-python/issues/41363
Recommended temporary workaround: Pin your aiohttp version to 3.12.3, which avoids the regression for now.
You can do this in your requirements.txt or pyproject.toml until a more permanent fix is released.
Hope this helps!