diff --git a/pyproject.toml b/pyproject.toml index b2faba7..63c3c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,8 @@ dependencies = [ "cryptography >=42.0.5", "pyyaml >=6.0", "pyahocorasick >= 2.0.0", + "pydantic >= 2.10.0", + "pydantic-settings >= 2.7.0", ] requires-python = ">= 3.8"