We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e30bfa commit f470382Copy full SHA for f470382
docs/source/2023-news.rst
@@ -10,9 +10,11 @@ Changelog - 2023
10
- on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
11
- requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
12
- Trailer fields are no longer inspected for headers indicating secure scheme
13
+- support Python 3.12
14
15
** Breaking changes **
16
17
+- minimum version is Python 3.7
18
- the limitations on valid characters in the HTTP method have been bounded to Internet Standards
19
- requests specifying unsupported transfer coding (order) are refused by default (rare)
20
- HTTP methods are no longer casefolded by default (IANA method registry contains none affacted)
0 commit comments