Skip to content

Commit

Permalink
🔖 Release 2.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 12, 2023
1 parent ba2aee4 commit ce62c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Release History
===============

2.32.1 (2023-09-??)
2.32.1 (2023-09-12)
-------------------

**Bugfixes**
- Fix QUIC cache when using requests.request without persistent Session

**Dependencies**
- urllib3.future minimal version supported raised to 2.0.932 (ship with critical fixes)

2.32.0 (2023-08-29)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run_tests(self):
requires = [
"charset_normalizer>=2,<4",
"idna>=2.5,<4",
"urllib3.future>=2.0.931,<3",
"urllib3.future>=2.0.932,<3",
"certifi>=2017.4.17",
]
test_requirements = [
Expand Down

0 comments on commit ce62c53

Please sign in to comment.