What's New in Version 1.0.11
Version 1.0.11 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiBug Fixes
Section titled “Bug Fixes”- Fixed the warning shown when
direct_access: trueis used with an unsupported authenticator. Before, the warning could use older terminology that did not match the v1 config fields. Now the warning uses v1 naming, explains the fallback todirect_access: false, and lists the supported authenticator names. For direct access configuration details, see Enable Direct Access.