We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 586246a commit 4f6389bCopy full SHA for 4f6389b
1 file changed
pyproject.toml
@@ -25,7 +25,7 @@ keywords = ["ISPyB", "database"]
25
requires-python = ">=3.10"
26
readme = "README.md"
27
license = { text = "Apache License 2.0" }
28
-dependencies = ["mysql-connector-python>=8.0.32", "sqlalchemy>=2,<3", "tabulate"]
+dependencies = ["mysql-connector-python~=9.5.0", "sqlalchemy>=2,<3", "tabulate"]
29
30
[project.urls]
31
Documentation = "https://ispyb.readthedocs.io"
0 commit comments