We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b594c5c commit 9c2c230Copy full SHA for 9c2c230
3 files changed
.readthedocs.yml
@@ -3,7 +3,7 @@ version: 2
3
build:
4
os: ubuntu-22.04
5
tools:
6
- python: "3"
+ python: "3.11"
7
8
python:
9
install:
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
=======
+1.26.18 (2023-10-17)
+--------------------
+
+* Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
10
1.26.17 (2023-10-02)
11
--------------------
12
src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
-__version__ = "1.26.17"
+__version__ = "1.26.18"
0 commit comments