Skip to content

Commit e594b24

Browse files
naji247kashishhora
andauthored
fix: pin version of pydantic for compatibility (#16)
* fix pydantic version to <2.12 --------- Co-authored-by: Kashish Hora <kashishhora@gmail.com>
1 parent 53e1067 commit e594b24

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",
23+
"pydantic>=2.0.0,<2.12",
2424
"requests>=2.31.0",
2525
]
2626

0 commit comments

Comments
 (0)