Subscription worker lambda fails with Runtime.ImportModuleError
#1666
Labels
bug
Something isn't working
Runtime.ImportModuleError
#1666
Runtime.ImportModuleError: Unable to import module 'subscription_worker': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/var/task/urllib3/util/ssl_.py)
Likely introduced with
requests v2.30.0
released May 4. We saw a similar error for the HyP3 API lambda when upgrading from requests==2.29.0 to 2.31.0 : #1654 . More details about the conflict between requests and botocore at psf/requests#6438The text was updated successfully, but these errors were encountered: