* Update pyproject dependencies to reflect code requirements (python, sqlalchemy)
11.0.0
-------------------
* Add `pipeline_id` param to `upsert_program_ex` and use new sproc `upsert_processing_program_v2` * Update database schema to v4.6.0 * Drops support for Python <3.10 * Drops support for sqlalchemy <2
10.2.4
-------------------
* Compatibility with SQLAlchemy 2. SQLAlchemy 1.4 remains supported.
10.2.0
-------------------
* Update SQLAlchemy ORM models for ispyb-database v4.2.0. * Azure pipelines CI: Use ispyb-database schema v4.2.0
10.1.0
-------------------
* Use context manager interface to open ispyb connection (`210 <https://github.com/DiamondLightSource/ispyb-api/pull/210>`) * Update SQLAlchemy ORM models for ispyb-database v4.1.0. * Azure pipelines CI: Use ubuntu-22.04 and install mariadb-client package
10.0.0
------------------- * Update SQLAlchemy ORM models for ispyb-database v4.0.1. This drops some previously mapped tables and columns, so is a breaking change. * Update ``MXAcquisition`` class to use the stored procedure ``retrieve_grid_info_for_dc_v2``.