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
Fix issues in the requests wrapper with urllib3 1.21.* and 1.25.*
For older `urllib3` versions an attribute we assumed to be present was not,
causing a crash.
For the latest version inheriting our patched `HTTPSConnectionPool` class from
the wrong base class `urllib3.HTTPConnectionPool` (rather than
`urllib3.HTTPSConnectionPool`) caused HTTPS validation to mysteriously fail,
as the system CA store wasn't loaded anymore.
0 commit comments