Skip to content

Commit 71d4bff

Browse files
Apply pydantic version ceiling
1 parent 7a389c8 commit 71d4bff

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
@@ -45,7 +45,7 @@ mcp = ["fastmcp==2.12.4; python_version >= '3.10'"]
4545
vetiver-testing = [
4646
"pandas",
4747
"numpy",
48-
"pydantic",
48+
"pydantic<2",
4949
"pytest",
5050
"pins",
5151
"vetiver",

0 commit comments

Comments
 (0)