From e4c0621538af7aab887880b85a07e4ecf1567546 Mon Sep 17 00:00:00 2001 From: twentyOne2x Date: Mon, 22 Jun 2026 20:31:39 +0200 Subject: [PATCH] Declare PyYAML dependency for CI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 38b1098..cf64b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ description = "Teleo Pipeline v2 — async daemon for claim extraction, validati requires-python = ">=3.11" dependencies = [ "aiohttp>=3.9,<4", + "PyYAML>=6,<7", ] [project.optional-dependencies]