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"