Skip to content

Commit b5ed6ee

Browse files
chore: allow urllib3>=1.25.10
Allow use of urllib3>=1.25.10. By default it will use urllib3>=2 as that is the latest version. But this will allow people to pin urllib3<2 and still use the latest version of requests and responses. Closes: #657
1 parent 78854ab commit b5ed6ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.23.3
2+
------
3+
4+
* Allow urllib3>=1.25.10
5+
6+
17
0.23.2
28
------
39

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
install_requires = [
2020
"requests>=2.30.0,<3.0",
21-
"urllib3>=2.0.0,<3.0",
21+
"urllib3>=1.25.10",
2222
"pyyaml",
2323
"types-PyYAML",
2424
"typing_extensions; python_version < '3.8'",

0 commit comments

Comments
 (0)