[CT-2556] [Bug] urllib3 upgraded to 2.0, dropping support for OpenSSL < 1.1.1, breaking requests 2.29.0 #7573
Closed
2 tasks done
Labels
bug
Something isn't working
Is this a new bug in dbt-core?
Current Behavior
Running functional tests produces an error when trying to import requests:
Expected Behavior
Functional tests run as expected.
Steps To Reproduce
Relevant log output
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2k-fips 26 Jan 2017. See: https://github.com/urllib3/urllib3/issues/2168
Which database adapter are you using with dbt?
No response
Additional Context
Related issues:
urllib3/urllib3#2168
psf/requests#6432
https://github.com/urllib3/urllib3/releases/tag/2.0.0
Proposed Solution:
We need to pin urllib3 to 1.x
The text was updated successfully, but these errors were encountered: