Skip to content

What's New in Version 0.12.1

November 14, 2025 1:34 AM UTC

Version 0.12.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 caused duplicate lines to print during notebook progress updates in some environments.

  • Fixed how the RelationalAI Python package detects whether it is running in a Snowflake Warehouse Notebook or a Container Notebook. As a result, code running in Snowflake Warehouse Notebooks once again behaves correctly: integrations such as OpenTelemetry are enabled as expected, and issues like unexpected import errors or broken HTTP URL handling should no longer occur. Container Notebook behavior remains unchanged, but is now detected more reliably.

  • Fixed a bug where in rare cases operations could hang or loop indefinitely when an engine is in a bad state. Engine lifecycle actions (like creating, deleting, suspending, or resuming an engine) now fail fast and report errors directly instead of silently retrying in the background.

  • The rai version command now only shows the Rai-SDK package version if Rai-SDK is installed in the current environment. Only legacy RAI Azure users who have Rai-SDK installed will see Rai-SDK version information. Snowflake users will now only see the RelationalAI Python package version and their Python version.