Skip to content

Commit e4879e1

Browse files
authored
chore: Update pydantic minimum version (#723)
1 parent 6ef6447 commit e4879e1

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
@@ -30,7 +30,7 @@ dependencies = [
3030
"botocore>=1.29.0,<2.0.0",
3131
"docstring_parser>=0.15,<1.0",
3232
"mcp>=1.11.0,<2.0.0",
33-
"pydantic>=2.0.0,<3.0.0",
33+
"pydantic>=2.4.0,<3.0.0",
3434
"typing-extensions>=4.13.2,<5.0.0",
3535
"watchdog>=6.0.0,<7.0.0",
3636
"opentelemetry-api>=1.30.0,<2.0.0",

0 commit comments

Comments
 (0)