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:
pip install --upgrade relationalai
New Features and Enhancements
Section titled “New Features and Enhancements”- 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 likerai init
andrai 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.
Security Improvements
Section titled “Security Improvements”- Upgraded debugger dependencies to address a security vulnerability in the
form-data
dependency.