Important update to the Quasar Python API
News
2 years ago
We just pushed an important bug fix to the Python API for 3.13.5. The bug could result in data being rendered incorrectly in the client (data in the server is not affected). All users of 3.13.5 are strongly encouraged to update.
The new version is 3.13.5.post2
To install explicitly:
pip install quasardb==3.13.5.post2
Updating should automatically fetch the new version:
pip install -U quasardb
For further information, refer to the documentation or contact us.