Skip to content

Releases: ActiveState/requests

requests 2.27.1+security.3

12 Jun 13:34
76a1a70

Choose a tag to compare

ActiveState security/compat release on the Python-2.7-compatible requests 2.27.1 line.

Bugfix

requests.check_compatibility() no longer fails when urllib3 reports a PEP 440 local version such as the ActiveState 1.26.20+security.2 build. Previously '1.26.20+security.2'.split('.') produced ['1','26','20+security','2'], which broke the major/minor/patch unpack and the int() conversion, so import requests raised. The +security.N segment is now stripped before parsing. Python 2 compatible.

Tag 2.27.1.3 (4-component per the 2.27.1.x convention); version string 2.27.1+security.3. Merged via #4.

Requests 2.33.1.2 for Python 3.9

20 Apr 16:52

Choose a tag to compare

This is a backport of the latest version of requests for 2.33.1 to enable Python 3.9 Compatibilty.

Full Changelog: v2.33.1...v2.33.1.2

Requests 2.33.1.1 for Python 3.7

20 Apr 17:10

Choose a tag to compare

This is a backport of the latest version of requests for 2.33.1 to enable Python 3.7 Compatibilty.

Full Changelog: v2.33.1...v2.33.1.1

v2.27.1.1: Merge pull request #2 from ActiveState/BE-2781-requests-2-27-1-1

12 Oct 19:31
602e4c7

Choose a tag to compare