Skip to content

What's New in Version 1.2.1

May 6, 2026 4:59 PM UTC

Version 1.2.1 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
  • PyRel now makes configuration profiles easier to use from the CLI:

    • You can override the active profile for a single CLI command using the --profile option or the RAI_PROFILE environment variable.
    • Use new CLI commands to manage profiles:
  • The CLI also gives clearer feedback when:

    • No profile is selected
    • A requested profile does not exist
    • An environment override takes precedence over the active_profile in your config