Skip to content

Commit 4f6389b

Browse files
committed
Pin MySQL connector version
1 parent 586246a commit 4f6389b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keywords = ["ISPyB", "database"]
2525
requires-python = ">=3.10"
2626
readme = "README.md"
2727
license = { text = "Apache License 2.0" }
28-
dependencies = ["mysql-connector-python>=8.0.32", "sqlalchemy>=2,<3", "tabulate"]
28+
dependencies = ["mysql-connector-python~=9.5.0", "sqlalchemy>=2,<3", "tabulate"]
2929

3030
[project.urls]
3131
Documentation = "https://ispyb.readthedocs.io"

0 commit comments

Comments
 (0)