Skip to content

Commit 8100ac5

Browse files
committed
Merge branch 'release/v6.3.1'
2 parents b720f0d + 9747fbc commit 8100ac5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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",

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-espressif32.git"
2020
},
21-
"version": "6.3.0",
21+
"version": "6.3.1",
2222
"frameworks": {
2323
"arduino": {
2424
"package": "framework-arduinoespressif32",

0 commit comments

Comments
 (0)