Skip to content

Commit 9301938

Browse files
authored
remove pydantic and update idf-component-manager version
1 parent b2221fb commit 9301938

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builder/frameworks/espidf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,8 +1979,7 @@ def _get_installed_uv_packages(python_exe_path):
19791979
# https://github.com/platformio/platform-espressif32/issues/635
19801980
"cryptography": "~=44.0.0",
19811981
"pyparsing": ">=3.1.0,<4",
1982-
"pydantic": "~=2.11.10",
1983-
"idf-component-manager": "~=2.2",
1982+
"idf-component-manager": "~=2.4",
19841983
"esp-idf-kconfig": "~=2.5.0"
19851984
}
19861985

0 commit comments

Comments
 (0)