Skip to content

Commit bc19385

Browse files
Add tighter restriction on pydantic version due to FastAPI incompatibility with pydantic 2.11
1 parent 0412f67 commit bc19385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
"Operating System :: OS Independent",
1414
]
1515
dependencies = [
16-
"pydantic>=2.0.0",
16+
"pydantic ~= 2.10.6",
1717
"numpy>=1.20",
1818
"jsonschema",
1919
"typing_extensions",

0 commit comments

Comments
 (0)