Skip to content

What's New in Version 0.8.32

  • Fixed a bug in the Uninitialized property error message that would display the same property name multiple times if it was used in multiple places in the program. The error message now shows the property name only once.

  • Updated the click dependency for the CLI to version <=8.1.8 to avoid compatibility issues. To make sure you have the correct version of click installed, reinstall the relationalai library with the following command:

    Terminal window
    python -m pip install --upgrade --force-reinstall --upgrade-strategy eager relationalai