diff --git a/pyproject.toml b/pyproject.toml index 8a73538..424ce83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "pydantic>=2.0,<3", + "pydantic>=2.13.3,<3", "tomli>=2.0; python_version < '3.11'", ]