library · inferred from evidence
urllib3
A Python HTTP library used for making network requests.
- Fix Snowflake OperationalError 250003 after requests 2.24.0 release
Everything broke the day requests 2.24.0 came out with `250003: Failed to execute request`. The connector team confirmed on the thread that requests 2.24.0 was unsupported. Pinning `requests==2.23.0` fixed it immediately for me. If you cann