Skip to content

Commit 1aee29e

Browse files
committed
Update Pydantic to support Python 3.14 in IDF deps
Resolves #1721
1 parent 4ed1943 commit 1aee29e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/frameworks/espidf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ def _get_installed_pip_packages(python_exe_path):
13211321
"pyparsing": ">=3.1.0,<4" if IDF5 else ">=2.0.3,<2.4.0",
13221322
"idf-component-manager": "~=2.2" if IDF5 else "~=1.0",
13231323
"esp-idf-kconfig": "~=2.5.0",
1324-
"pydantic": "<2.12.0"
1324+
"pydantic": "~=2.12.0"
13251325
}
13261326

13271327
if not IDF5:

0 commit comments

Comments
 (0)