From 4f6389bba8b3772d1027744ec5ccc02e2a1b76a6 Mon Sep 17 00:00:00 2001 From: Guilherme de Freitas Date: Tue, 27 Jan 2026 13:30:11 +0000 Subject: [PATCH] Pin MySQL connector version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79e3006..5073df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ keywords = ["ISPyB", "database"] requires-python = ">=3.10" readme = "README.md" license = { text = "Apache License 2.0" } -dependencies = ["mysql-connector-python>=8.0.32", "sqlalchemy>=2,<3", "tabulate"] +dependencies = ["mysql-connector-python~=9.5.0", "sqlalchemy>=2,<3", "tabulate"] [project.urls] Documentation = "https://ispyb.readthedocs.io"