Skip to content

Commit fdd857e

Browse files
committed
Merge branch 'feat/dont_use_pydantic_212' into 'release/v2.4'
fix: Do not install pydantic 2.12.0 as dependency due to bug See merge request espressif/idf-component-manager!539
2 parents 485fca0 + ccd7fb6 commit fdd857e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"requests-toolbelt",
4444
"tqdm",
4545
"jsonref",
46-
"pydantic",
46+
"pydantic!=2.12.0",
4747
"pydantic-core",
4848
"pydantic-settings",
4949
"typing-extensions; python_version < '3.12'",

0 commit comments

Comments
 (0)