From b5984f98e3bef52b6d6af2123d9defbcf432b81a Mon Sep 17 00:00:00 2001 From: Rachit Mehta Date: Fri, 22 Aug 2025 10:34:34 -0400 Subject: [PATCH] chore: Update pydantic minimum version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f91454414..32de94aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "botocore>=1.29.0,<2.0.0", "docstring_parser>=0.15,<1.0", "mcp>=1.11.0,<2.0.0", - "pydantic>=2.0.0,<3.0.0", + "pydantic>=2.4.0,<3.0.0", "typing-extensions>=4.13.2,<5.0.0", "watchdog>=6.0.0,<7.0.0", "opentelemetry-api>=1.30.0,<2.0.0",