Skip to content

What's New in Version 1.7.0

May 22, 2026 9:28 AM UTC

Version 1.7.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
  • Snowflake connections now support authenticator="oauth_client_credentials" for app-to-app OAuth flows. See OAuthClientCredentialsAuth for configuration details.
  • Added rai reasoners sizes to inspect available reasoner sizes.
  • PyRel now normalizes Snowflake object identifiers the same way that Snowflake does. This prevents errors that claim that existing objects can’t be found.