Skip to content

What's New in Version 1.7.1

May 22, 2026 8:11 PM UTC

Version 1.7.1 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
  • Fixed a bug that prevented the creation of concepts with spaces and other special characters in their names.

  • Fixed a bug that caused some users to see the following error:

    Uncaught exception of type 'STATEMENT_ERROR' on line 88 at position 6 : Uncaught exception of type 'STATEMENT_ERROR' on line 46 at position 0 : SQL compilation error:
    Window function type [ROW_NUMBER] requires ORDER BY in window specification.