File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- \[ Short description of non-trivial change.\]
8
8
9
- 2.32.3 (2024-05-24 )
9
+ 2.32.3 (2024-05-29 )
10
10
-------------------
11
11
12
12
** 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
14
14
HTTPAdapter. (#6716 )
15
+ - Fixed issue where Requests started failing to run on Python versions compiled
16
+ without the ` ssl ` module. (#6724 )
15
17
16
18
2.32.2 (2024-05-21)
17
19
-------------------
Original file line number Diff line number Diff line change 5
5
__title__ = "requests"
6
6
__description__ = "Python HTTP for Humans."
7
7
__url__ = "https://requests.readthedocs.io"
8
- __version__ = "2.32.2 "
9
- __build__ = 0x023202
8
+ __version__ = "2.32.3 "
9
+ __build__ = 0x023203
10
10
__author__ = "Kenneth Reitz"
11
11
__author_email__ = "[email protected] "
12
12
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments