Migrations

August 26, 2026 ยท View on GitHub

Upgrade guides for SourceryKit releases. Each guide covers breaking changes, new schema requirements, and the recommended upgrade path.

VersionActionGuide
v1.1sourcerykit upgradeBreaking: reasoning โ†’ answer; schema change (traces.answer)
v1.0.1pip install --upgrade sourcerykitNo schema change
v1.0sourcerykit upgradeFull migration from previous versions

Quick upgrade

pip install --upgrade sourcerykit
sourcerykit upgrade

The sourcerykit upgrade command checks for a newer package version on PyPI, offers to install it, and runs all pending database migrations.