Files
2026-07-13 13:05:14 +08:00

775 B

title, order
title order
Migrating from 0.32 to 0.33 977

rerun-sdk[dataplatform] and rerun-sdk[datafusion] renamed to rerun-sdk[catalog]

The Python optional-dependency extra for catalog/query API tools has been renamed to catalog.

Before After
pip install rerun-sdk[dataplatform] pip install rerun-sdk[catalog]
pip install rerun-sdk[datafusion] pip install rerun-sdk[catalog]

The old dataplatform and datafusion extras still resolve to the same set of dependencies for backwards compatibility, but will be removed in a future release. Update any pyproject.toml, requirements.txt, or install scripts to the new name.