Skip to content

Commit 509c226

Browse files
authored
pin "pydantic": "~=2.11.10"
1 parent 29c7096 commit 509c226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,7 @@ def _get_installed_uv_packages(python_exe_path):
16791679
# https://github.com/platformio/platform-espressif32/issues/635
16801680
"cryptography": "~=44.0.0",
16811681
"pyparsing": ">=3.1.0,<4",
1682+
"pydantic": "~=2.11.10",
16821683
"idf-component-manager": "~=2.2",
16831684
"esp-idf-kconfig": "~=2.5.0"
16841685
}

0 commit comments

Comments
 (0)