Skip to content

What's New in Version 0.8.40

  • Fixed an outdated error message that appears when you use an engine that isn’t supported by the current Python API version.

    Previously, the message used confusing terminology, referring to a “schema” instead of an “engine” and suggested a resolution that no longer works. The new message clearly states that the engine is out of date and provides an appropriate resolution:

    The engine <engine_name> is out of date with your version of the relationalai Python package. Please delete the engine using the CLI command below and re-run your program:
    rai engines:delete --name <engine_name>