You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, aiobotocore creates a TCPConnector and passes both verify_ssl and ssl, and after upgrading to aiohttp 3.9.2 started to fail with a ValueError because the verify_ssl and ssl parameters are mutually exclusive.
Regardless, aiobotocore needs to stop using the deprecated verify_ssl argument (aio-libs/aiobotocore#882), but in the meantime I doubt you intended 3.9.2 to contain a breaking change in this way.
Describe the bug
This change #8043 is listed in the changelog under "features" https://docs.aiohttp.org/en/stable/changes.html#features, but I think it is a breaking change.
For example, aiobotocore creates a
TCPConnector
and passes bothverify_ssl
andssl
, and after upgrading to aiohttp 3.9.2 started to fail with aValueError
because theverify_ssl
andssl
parameters are mutually exclusive.Regardless,
aiobotocore
needs to stop using the deprecatedverify_ssl
argument (aio-libs/aiobotocore#882), but in the meantime I doubt you intended 3.9.2 to contain a breaking change in this way.To Reproduce
Expected behavior
don't raise a
ValueError
Logs/tracebacks
Python Version
aiohttp Version
multidict Version
yarl Version
OS
Ubuntu 22.04.3
Related component
Client
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: