Skip to content

Commit 131170f

Browse files
authored
Lock "urllib3<2" because urllib3 v2.0 only supports OpenSSL 1.1.1+
Resolves platformio/platformio-core#4639
1 parent 70fc096 commit 131170f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,8 @@ def _get_installed_pip_packages(python_exe_path):
10941094
return result
10951095

10961096
deps = {
1097+
# https://github.com/platformio/platformio-core/issues/4614
1098+
"urllib3": "<2",
10971099
# https://github.com/platformio/platform-espressif32/issues/635
10981100
"cryptography": ">=2.1.4,<35.0.0",
10991101
"future": ">=0.15.2",

0 commit comments

Comments
 (0)