Skip to content

What's New in Version 0.13.0

January 12, 2026 3:57 PM UTC

Version 0.13.0 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 choose when to adopt future changes to query behavior. Set the optional lqp.semantics_version in your raiconfig.toml file to pin the current behavior during upgrades. This lets you update to new behavior on your own schedule. By default, version 0 is used and nothing changes. If you set a different version, you will see a clear warning with instructions on how to return to the default setting.