esc
Start typing to search the docs
Navigate Open

Migrating from 0.32 to 0.33

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.

BeforeAfter
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 resolved to the same set of dependencies for backwards compatibility, and were removed in 0.37. Update any pyproject.toml, requirements.txt, or install scripts to the new name.