May 22, 2026
Updates
Python SDK is nowrubric-app on PyPIThe Python SDK has moved to a new PyPI package name: rubric-app. The old rubric name on PyPI belongs to an unrelated project, so we switched to rubric-app to match the @rubric-app npm scope.What this means for you:- New installs use
pip install rubric-app(and the same foruv,poetry, and extras like[mcp],[runtime],[presidio]). - The import name is unchanged —
import rubricandfrom rubric import ...keep working. No code changes required. - See the updated installation guide and quickstart for the new commands.