Skip to content

What's New in Version 0.14.1

February 21, 2026 1:14 PM UTC

Version 0.14.1 of the relationalai Python package is now available!

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

Terminal window
pip install --upgrade relationalai
  • Solver workflows are more reliable, consistent, and predictable. This release standardizes how solver requests are prepared and processed across execution paths, which reduces edge-case differences between equivalent runs. In practice, repeated runs under the same inputs and environment are less likely to diverge unexpectedly, helping stabilize CI and automation workflows.
  • No migration is required for most users. Existing user-facing APIs and workflows remain unchanged.