Skip to content

What's New in Version 0.8.46

  • Bumped the snowflake-snowfpark-python dependency to version 1.33.0, which includes bug fixes that impacted relationalai users. To upgrade relationalai and ensure the latest snowflake-snowfpark-python is installed, run pip upgrade with the --force-reinstall option:

    Terminal window
    # Activate your project's virtual environment.
    cd /path/to/your/project
    ./venv/Scripts/activate
    # Upgrade pip.
    python -m pip install --upgrade pip
    ## Upgrade relationalai.
    python -m pip upgrade --force-reinstall relationalai