Skip to content

Commit 9834eee

Browse files
committed
Pin mysql-connector dependency
1 parent 1de1dcf commit 9834eee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ dependencies = [
2222
"requests",
2323
"graypy",
2424
"pydantic>=2.0",
25-
"opencv-python-headless", # For pin-tip detection.
25+
"opencv-python-headless", # For pin-tip detection.
2626
"numpy",
2727
"aiofiles",
2828
"aiohttp",
2929
"redis",
3030
"scanspec>=0.7.3",
31-
"pyzmq==26.3.0", # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
31+
"pyzmq==26.3.0", # Until we can move to RHEL 8 https://github.com/DiamondLightSource/mx-bluesky/issues/1139
3232
"deepdiff",
33-
"daq-config-server>=v1.0.0", # For getting Configuration settings.
33+
"daq-config-server>=v1.0.0", # For getting Configuration settings.
34+
"mysql-connector-python == 9.5.0", # Can unpin once https://github.com/DiamondLightSource/ispyb-api/pull/244 is merged and released
3435
]
3536

3637
dynamic = ["version"]
@@ -60,7 +61,7 @@ dev = [
6061
"pytest-timeout",
6162
"pytest-random-order",
6263
"ruff",
63-
"sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
64+
"sphinx<7.4.6", # pinned due to https://github.com/sphinx-doc/sphinx/issues/12660
6465
"sphinx-autobuild",
6566
"sphinx-copybutton",
6667
"sphinxcontrib-mermaid",

0 commit comments

Comments
 (0)