Skip to content

What's New in Version 0.8.26

  • Changed our package dependencies to ensure the snowflake-snowpark-python has a minimum version of 1.30.0 in order to avoid a thread-safety issue that could potentially cause queries to return the wrong results.

    To upgrade your package and ensure that you have not only the latest version of relationalai but also a compatible version of snowflake-snowpark-python, run the following command:

    Terminal window
    pip install --upgrade --force-reinstall --upgrade-strategy eager relationalai8 ```