File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 66
77- \[ Short description of non-trivial change.\]
88
9+ 2.29.0 (2023-04-26)
10+ -------------------
11+
12+ ** Improvements**
13+
14+ - Requests now defers chunked requests to the urllib3 implementation to improve
15+ standardization. (#6226 )
16+ - Requests relaxes header component requirements to support bytes/str subclasses. (#6356 )
917
10182.28.2 (2023-01-12)
1119-------------------
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.28.2 "
9- __build__ = 0x022802
8+ __version__ = "2.29.0 "
9+ __build__ = 0x022900
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