version#

#rai version

Displays version information for your Python interpreter, the RelationalAI (RAI) Python package, and the RAI Native App. Requires the app_user application role.

Options#

None.

Example#

Use the version command to display the version info for your project’s dependencies:

#$ rai version

---------------------------------------------------

  RelationalAI   0.5.3 → 0.5.4
  Rai-sdk        0.7.5 (latest)
  Python         3.11.1 (latest)
  App            2024.10.30-35e61e45 (latest)

---------------------------------------------------

Outdated dependencies are highlighted in red and marked with an arrow pointing to the latest version. If your current Python version is supported, it will be displayed in green, even if it is not the latest version.

To update the relationalai and rai-sdk Python packages to the latest versions, activate your virtual environment and run the following command:

#python -m pip install --upgrade relationalai rai-sdk

See Also#