Skip to content

What's New in Version 0.9.1

Version 0.9.1 of the relationalai Python library is now available! This update includes minor improvements and security enhancements.

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • Engine size selection in the CLI is now cloud-aware! Version 2025-7-13-fc1cad6-1 of the Native App introduced new engine sizes whose availability depends on your cloud provider. The available engine sizes shown in commands like rai init and rai engines:create are dynamically determined based on your cloud provider (AWS or Azure), ensuring that you only see the relevant options when creating or managing your RAI resources.
  • Upgraded debugger dependencies to address a security vulnerability in the form-data dependency.