Skip to content

What's New in Version 1.31.1

September 16, 20268:42 PM UTC

Version 1.31.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
  • Deploying a model to Snowflake now needs one less Snowflake tag. RelationalAI no longer creates or requires the RELATIONALAI_MANAGED_SCHEMA tag, which simplifies setup for administrators who pre-create tags for a restricted deploy role.
  • A model with a uniqueness requirement across two different concepts, such as require(unique(Subscription.account, Subscription.phone)), now deploys to Snowflake instead of failing with a table-creation error.