File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66
77- \[ Short description of non-trivial change.\]
88
9- 2.32.3 (2024-05-24 )
9+ 2.32.3 (2024-05-29 )
1010-------------------
1111
1212** Bugfixes**
13- - Fix bug breaking the ability to specify custom SSLContexts in sub-classes of
13+ - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
1414 HTTPAdapter. (#6716 )
15+ - Fixed issue where Requests started failing to run on Python versions compiled
16+ without the ` ssl ` module. (#6724 )
1517
16182.32.2 (2024-05-21)
1719-------------------
Original file line number Diff line number Diff line change 55__title__ = "requests"
66__description__ = "Python HTTP for Humans."
77__url__ = "https://requests.readthedocs.io"
8- __version__ = "2.32.2 "
9- __build__ = 0x023202
8+ __version__ = "2.32.3 "
9+ __build__ = 0x023203
1010__author__ = "Kenneth Reitz"
1111__author_email__ = "[email protected] " 1212__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments