What's New in Version 0.8.26
New Features and Enhancements
Section titled “New Features and Enhancements”-
Changed our package dependencies to ensure the
snowflake-snowpark-python
has a minimum version of1.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 ofsnowflake-snowpark-python
, run the following command:Terminal window pip install --upgrade --force-reinstall --upgrade-strategy eager relationalai8 ```