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 2ac6e95 commit 22f08b8Copy full SHA for 22f08b8
builder/frameworks/espidf.py
@@ -1531,11 +1531,10 @@ def _get_installed_pip_packages(python_exe_path):
1531
# https://github.com/platformio/platformio-core/issues/4614
1532
"urllib3": "<2",
1533
# https://github.com/platformio/platform-espressif32/issues/635
1534
- "cryptography": "~=41.0.1",
1535
- "future": ">=0.18.3",
+ "cryptography": "~=44.0.0",
1536
"pyparsing": ">=3.1.0,<4",
1537
"idf-component-manager": "~=2.0.1",
1538
- "esp-idf-kconfig": ">=2.5.0"
+ "esp-idf-kconfig": "~=2.5.0"
1539
}
1540
1541
if sys_platform.system() == "Darwin" and "arm" in sys_platform.machine().lower():
0 commit comments