Skip to content

What's New in Version 1.14.0

June 16, 2026 12:00 PM UTC

Version 1.14.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
  • Job commands such as rai jobs create now send background job guidance to stderr instead of stdout. This keeps stdout cleaner for scripts. If your automation relied on those guidance lines, you may need to capture or redirect stderr.