library · inferred from evidence
urllib3
A Python HTTP library used for making network requests.
- Fix Snowflake OperationalError 250003 after requests 2.24.0 release
Connections started failing with `snowflake.connector.errors.OperationalError: 250003: Failed to execute request` right after requests 2.24.0 shipped, because the connector was not yet compatible with it. The maintainer confirmed the connec
- Prices preview AttributeError NoneType status_code on disconnect (fixed in v0.3.0)
The Paddle Python SDK prices-preview call crashed with AttributeError: 'NoneType' object has no attribute 'status_code' when the request was aborted on disconnect. The SDK assumed the response object was always present, so a cancelled reque