Skip to content

What's New in Version 0.9.7

Version 0.9.7 of the relationalai Python package is now available. This release improves the client’s resiliency to transient network issues.

To upgrade, activate your virtual environment and run the following command:

Terminal window
pip install --upgrade relationalai
  • The RelationalAI Python client now automatically retries requests that fail due to ConnectionResetError (such as “connection reset by peer”) when fetching query results. This enhancement makes query result retrieval more resilient to transient network or server issues, reducing the likelihood of failures and improving overall reliability.