Skip to content

Commit 28966fc

Browse files
committed
fix pydantic version to <2.12
1 parent 5dbdb44 commit 28966fc

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
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"mcp>=1.2.0",
2222
"mcpcat-api==0.1.4",
23-
"pydantic>=2.0.0,<2.10",
23+
"pydantic>=2.0.0,<2.12",
2424
"requests>=2.31.0",
2525
]
2626

0 commit comments

Comments
 (0)