What's New in Version 1.14.0
Version 1.14.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiBug Fix
Section titled “Bug Fix”- Job commands such as
rai jobs createnow 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.