Skip to content

4.2.3

Compare
Choose a tag to compare
@jaebradley jaebradley released this 05 Jun 07:29
· 178 commits to v4 since this release
7545416

Related to #81 and #82.

I had bumped urllib3 to the latest version at the time (1.25.2) in #80 to resolve a security vulnerability in urllib3 < 1.24.2.

However, this meant that the required requests version, 2.20.0 had the wrong urllib3 version.

urllib3@1.24.3 both avoids the security vulnerability and fulfills requests' urllib3 version requirements.