Skip to content

Changelog

Published versions of the Komodo Python SDK are distributed as the komodo package on PyPI. The CLI reports the installed package version via komodo --version.

Install or pin a version with:

Terminal window
pip install komodo==<version>
# or
uv add komodo==<version>

The komodo package on PyPI lists published versions and metadata.

When upgrading, review PyPI release notes or your internal release communications for breaking changes, new CLI commands, and MCP behavior.