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 29c7096 commit 509c226Copy full SHA for 509c226
builder/frameworks/espidf.py
@@ -1679,6 +1679,7 @@ def _get_installed_uv_packages(python_exe_path):
1679
# https://github.com/platformio/platform-espressif32/issues/635
1680
"cryptography": "~=44.0.0",
1681
"pyparsing": ">=3.1.0,<4",
1682
+ "pydantic": "~=2.11.10",
1683
"idf-component-manager": "~=2.2",
1684
"esp-idf-kconfig": "~=2.5.0"
1685
}
0 commit comments