Skip to content

What's New in Version 0.13.2

January 15, 2026 4:35 PM UTC

Version 0.13.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
  • You can now manage engine types (LOGIC, SOLVER, and ML) directly from the rai CLI. You will have clearer lists, richer engine details, smarter interactive prompts, and more helpful error messages, so you can more easily pick the right engine, understand who created it and when, and fix setup issues without looking through SQL or Python errors. When you use non-LOGIC engines in scripts, be sure to add --type (for example, rai engines:get --name my_engine --type SOLVER) so the CLI knows which engine you mean.