Skip to content

feat: make YAML support an optional extra - #199

Merged
codeforester merged 1 commit into
mainfrom
enhancement/190-20260809-optional-yaml
Aug 9, 2026
Merged

feat: make YAML support an optional extra#199
codeforester merged 1 commit into
mainfrom
enhancement/190-20260809-optional-yaml

Conversation

@codeforester

Copy link
Copy Markdown
Contributor

Summary

  • remove PyYAML from core runtime dependencies
  • add the base-cli[yaml] extra and keep the development/test path YAML-enabled
  • return actionable, typed errors when YAML is requested without the extra
  • validate wheel metadata and document the lightweight core install

Validation

  • scripts/validate_docs.py
  • ./tests/validate.sh
  • python -m pytest (all tests passed)
  • ruff check and ruff format --check
  • python -m mypy --strict lib/python/base_cli
  • git diff --check

Closes #190

@codeforester
codeforester merged commit 7c136ab into main Aug 9, 2026
91 checks passed
@codeforester
codeforester deleted the enhancement/190-20260809-optional-yaml branch August 9, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v1.0] Move YAML configuration behind an optional dependency extra

1 participant