Skip to content

Commit 882057c

Browse files
authored
Remove version limit for pydantic (#1123)
1 parent 07a5e4d commit 882057c

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
@@ -42,7 +42,7 @@ dependencies = [
4242
"multiprocess==0.70.16",
4343
"cloudpickle",
4444
"orjson>=3.10.5",
45-
"pydantic>=2,<2.11",
45+
"pydantic",
4646
"jmespath>=1.0",
4747
"datamodel-code-generator>=0.25",
4848
"Pillow>=10.0.0,<12",

0 commit comments

Comments
 (0)