Skip to content

Commit 19ad3b1

Browse files
authored
Add pydantic dependency version specification
1 parent dedf415 commit 19ad3b1

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
@@ -1982,6 +1982,7 @@ def _get_installed_uv_packages(python_exe_path):
19821982
# https://github.com/platformio/platform-espressif32/issues/635
19831983
"cryptography": "~=44.0.0",
19841984
"pyparsing": ">=3.1.0,<4",
1985+
"pydantic": "~=2.11.10",
19851986
"idf-component-manager": "~=2.2",
19861987
"esp-idf-kconfig": "~=2.5.0"
19871988
}

0 commit comments

Comments
 (0)