diff --git a/pyproject.toml b/pyproject.toml index e6c3415..3119116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "httpx>=0.28.1", - "pydantic>=2.13.0", + "pydantic>=2.13.2", "pyyaml>=6.0.3", "cryptography>=46.0.7", ]