0.13.3
Version 0.13.3 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”-
The Python client now supports Python 3.13! 🎉 You can install the Python client in a Python 3.13 environment using
pipas usual. See the installation instructions for details. -
When you run queries from the Python client, you now see progress updates immediately instead of waiting several seconds. You get a smooth, continuously updating timer and the transaction ID as soon as it’s available. We also removed flickering or overlapping spinners when multiple steps run. No changes are required to your existing code to benefit from these improvements.
Security Updates
Section titled “Security Updates”-
We updated the debugger frontend to use security‑patched dependencies:
- We upgraded
storybookto8.6.15(from8.6.14) to address CVE-2025-68429 (GHSA-8452-54wp-rmv6). - We also pinned
qsto6.14.1viaoverridesto address CVE-2025-15284 (GHSA-6rw7-vpxm-498p).
- We upgraded