Skip to content

What's New in Version 1.3.0

May 13, 2026 11:26 AM UTC

Version 1.3.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
  • Added three CLI commands for troubleshooting and environment checks:

    • rai version for a quick version check or --verbose output with runtime and install details.
    • rai whoami to confirm which identity and profile the CLI is using, or --resolve to compare that with the server-resolved user.
    • rai diagnose to capture version, config, and connectivity diagnostics in one command, with optional JSON or YAML output for automation and support workflows.
  • Problem.display() now supports where= and limit= arguments so you can inspect a filtered subset of rows or cap the output instead of printing the full problem summary.