Skip to content

What's New in Version 0.12.4

November 25, 2025 10:57 AM UTC

Version 0.12.4 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
  • PyRel transactions now run faster and more smoothly, especially when your models do not use external tables or views. The client skips unnecessary setup work when it’s not needed and, if your engine is missing or not ready, it will automatically prepare what’s needed in the background and retry your query.

  • The Python client now includes its version information in internal Snowflake operations, which helps backend systems perform safer version checks and improves diagnostics.

  • This update fixes an internal regression so that engines are no longer repeatedly re-initialized in the background.