Skip to content

Commit cceb37b

Browse files
authored
Add pydantic dependency version specification
1 parent 08caa53 commit cceb37b

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
@@ -1582,6 +1582,7 @@ def _get_installed_pip_packages(python_exe_path):
15821582
# https://github.com/platformio/platform-espressif32/issues/635
15831583
"cryptography": "~=44.0.0",
15841584
"pyparsing": ">=3.1.0,<4",
1585+
"pydantic": "~=2.11.10",
15851586
"idf-component-manager": "~=2.0.1",
15861587
"esp-idf-kconfig": "~=2.5.0"
15871588
}

0 commit comments

Comments
 (0)