diff --git a/pyproject.toml b/pyproject.toml index 938234b..adb2fb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" dependencies = [ "typer>=0.12.0", "httpx>=0.27.0", - "pydantic>=2.0.0", + "pydantic>=2.13.3", "rich>=13.0.0", "textual>=0.60.0", ]