Changelog
All notable changes to Cognautic CLI will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.2.8] - 2026-03-08
Fixed
- Added
PyYAMLto core install dependencies so CLI startup no longer fails withModuleNotFoundError: No module named 'yaml'. - Added the missing
AsyncGeneratortyping import soai_engine.pyno longer fails at import time on Python 3.13 withNameError: name 'AsyncGenerator' is not defined.