Deprecation warning for azure-eventhub pyamqp async transport in socket time #40429
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Event Hubs
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
Messaging
Messaging crew
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
We upgraded
aiohttp
this week in our apps and started seeing this deprecation warning in our Eventhub Consumers:Versions
3.12
(from base Docker imagepython:3.12-slim
)5.14.0
3.11.16
It looks like the websocket timeout param is a number, but
aiohttp
wants this wrapped up in anClientWSTimeout
object instead: https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L891Also, this change looks pretty tiny. I'm happy to submit a PR for this small change if you would like.
The text was updated successfully, but these errors were encountered: