From 8663b55b930ac50d91c8cc48aea6000d1d3957ab Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Mon, 27 Apr 2026 09:29:14 +0100 Subject: [PATCH] fix instrumentchecker by using mysql-connector-python<9.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2239772..4356235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "parameterized", "CaChannel@git+https://github.com/ISISComputingGroup/CaChannel", "gitpython", - "mysql-connector-python != 9.6.0", # 9.6.0 release is broken - missing wheels on pypi + "mysql-connector-python < 9.6.0", # 9.6.0+ release is broken - missing wheels on pypi ] [project.optional-dependencies]