Skip to content

Commit 6130b17

Browse files
committed
Fix CI by pinning pydantic version
1 parent bc4888f commit 6130b17

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
@@ -15,7 +15,7 @@ dependencies = [
1515
"scipy>=1.13.1",
1616
"kirin-toolchain~=0.14.0",
1717
"rich>=13.9.4",
18-
"pydantic>=1.3.0",
18+
"pydantic>=1.3.0,<2.11.0",
1919
"pandas>=2.2.3",
2020
]
2121

0 commit comments

Comments
 (0)