Skip to content

What's New in Version 1.15.0

June 17, 2026 9:07 PM UTC

Version 1.15.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 use alias() to give any value an output alias, including Python literals such as 1, which can’t call .alias() directly. Before 1.15.0, there was no top-level helper in relationalai.semantics to alias literal values.