Skip to content

What's New in Version 1.4.2

May 15, 2026 6:50 PM UTC

Version 1.4.2 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
  • rai config use now supports interactive profile selection. In non-interactive runs, the command still requires an explicit profile.
  • Setting config.model.keep = False on a Model now deletes the RAI resources on exit as intended. Before this fix, the v1 execution path could silently keep the resources even when cleanup was requested.