From db426eff81f979a69f08b10fdc4c3a57b6daf1a0 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Thu, 25 Dec 2025 09:37:06 -0500 Subject: [PATCH] added a schema-based validation library --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 025e89f..defaca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,6 @@ dependencies = [ "ansible>=13.1.0", "ansible-lint>=25.12.1", "ansible-navigator>=25.12.0", + "cerberus>=1.3.8", "click>=8.3.1", ]