Skip to content

What's New in Version 1.30.0

September 1, 20263:01 AM UTC

Version 1.30.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
  • When querying a deployed model in Snowflake, aggregates inside a union() could fail with Unsupported subquery type cannot be evaluated. Aggregates now compute over their whole group instead of a single row. This applies to count(), sum, max, and avg, including when grouped with .per().