Skip to content

v0.6.0

Choose a tag to compare

@wesleysimplicio wesleysimplicio released this 29 Jun 14:48
125bb4e

Added

  • simplicio-py doctor now runs a dependency-freshness check on every invocation: compares each tracked package (Simplicio ecosystem triplet + all declared pyproject deps) against its pyproject floor and the latest PyPI release, and reports updates available.
    • --upgrade: pip install -U every tracked package that is behind
    • --refresh: bypass the 24h PyPI cache, force a live lookup
    • --no-check-updates: skip the freshness block
    • --json: gains a dependencies object (checked / upgraded / updates_available)

Changed

  • Bumped dependency floors to latest: simplicio-mapper>=0.9.0, simplicio-prompt>=1.14.1, sentence-transformers>=5.6.0, numpy>=2.5.0, anthropic>=0.112.0, openai>=2.44.0. Optional local extra: llama-cpp-python>=0.3.32, huggingface-hub>=1.21.0.

PyPI: https://pypi.org/project/simplicio-cli/0.6.0/