Merge pull request #9 from living-ip/codex/teleo-ci-pyyaml-20260622

Declare PyYAML dependency for CI
This commit is contained in:
twentyOne2x 2026-06-22 20:34:16 +02:00 committed by GitHub
commit 988e8581d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -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]

View file

@ -14,6 +14,8 @@ No deal terms, no dollar amounts, no private investment details in approval requ
Epimetheus owns this module.
"""
from __future__ import annotations
# ruff: noqa: I001
import logging