Skip to content

What's New in Version 1.19.4

July 6, 2026 9:52 PM UTC

Version 1.19.4 of the relationalai Python package is now available!

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • Predictive dataset diagrams are now easier to render and save. Before this release, you had to call visualize_dataset() and manually render the returned object. Now you can call display_dataset_diagram() to show the diagram in a notebook, or save_dataset_diagram(path) to save it directly to a file such as schema.svg.

  • Removed the snowflake-ml-python dependency from the relationalai package because one of its transitive dependencies is not compatible with Python 3.13. The snowflake-ml-python dependency was only included if you installed relationalai with the [gnn] extra, such as with pip install relationalai[gnn].

  • rai config:explain output is now easier to scan. Before this release, fields were listed in declaration order. Now fields are sorted alphabetically across top-level, nested, dictionary, and profile sections.