diff --git a/pyproject.toml b/pyproject.toml index c51a20c..8eba4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ keywords = ["automattic", "wpcloud", "atomic", "wordpress", "hosting", "api", "s # Core dependencies dependencies = [ "requests~=2.31", - "pydantic~=2.5", + "pydantic~=2.12", "importlib-metadata; python_version < '3.8'", ]