Skip to content

Commit 1021110

Browse files
fix: Fix bluesky compatibility with dodal and tiled (#1226)
Fixes #1225
1 parent 3dd5f08 commit 1021110

3 files changed

Lines changed: 109 additions & 54 deletions

File tree

dev-requirements.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ babel==2.17.0
1515
beautifulsoup4==4.14.2
1616
bidict==0.23.1
1717
blosc2==3.9.1
18-
bluesky==1.14.4
18+
bluesky==1.14.5
1919
bluesky-stomp==0.1.7
20+
cachetools==6.2.0
2021
certifi==2025.8.3
2122
cffi==2.0.0
2223
cfgv==3.4.0
@@ -31,12 +32,13 @@ copier==9.10.2
3132
coverage==7.10.7
3233
cryptography==46.0.2
3334
cycler==0.12.1
35+
daq-config-server==1.0.0rc2
3436
dask==2025.9.1
3537
dataclasses-json==0.6.7
3638
deepdiff==8.6.1
3739
deepmerge==2.0
3840
distlib==0.4.0
39-
dls-dodal==1.55.1
41+
dls-dodal==1.60.0
4042
dnspython==2.8.0
4143
docopt==0.6.2
4244
docutils==0.21.2
@@ -61,11 +63,12 @@ googleapis-common-protos==1.70.0
6163
graypy==2.1.0
6264
grpcio==1.75.1
6365
h11==0.16.0
66+
hiredis==3.2.1
6467
historydict==1.2.6
6568
httpcore==1.0.9
6669
httptools==0.6.4
6770
httpx==0.28.1
68-
identify==2.6.14
71+
identify==2.6.15
6972
idna==3.10
7073
imagesize==1.4.1
7174
importlib_metadata==8.7.0
@@ -180,8 +183,8 @@ roman-numerals-py==3.1.0
180183
rpds-py==0.27.1
181184
ruamel.yaml==0.18.15
182185
ruamel.yaml.clib==0.2.14
183-
ruff==0.13.2
184-
scanspec==0.8.0
186+
ruff==0.13.3
187+
scanspec==0.9.0
185188
semver==3.0.4
186189
sentry-sdk==2.39.0
187190
setuptools==80.9.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ classifiers = [
1313
description = "Lightweight bluesky-as-a-service wrapper application. Also usable as a library."
1414
dependencies = [
1515
"tiled[client]",
16-
"bluesky[plotting]>=1.13.1", # plotting includes matplotlib, required for BestEffortCallback in run plans
16+
"bluesky[plotting]>=1.14.0", # plotting includes matplotlib, required for BestEffortCallback in run plans
1717
"ophyd-async",
1818
"aioca",
1919
"pydantic>=2.0",
20-
"scanspec>=0.8.0",
20+
"scanspec>=0.9.0",
2121
"pydantic-settings",
2222
"stomp-py",
2323
"PyYAML>=6.0.2",
2424
"click>=8.2.0",
2525
"fastapi>=0.112.0",
2626
"uvicorn",
2727
"requests",
28-
"dls-dodal>=1.55.1",
28+
"dls-dodal>=1.60.0",
2929
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
3030
"GitPython",
3131
"event-model==1.23.1", # https://github.com/DiamondLightSource/blueapi/issues/684

0 commit comments

Comments
 (0)