Skip to content

Commit

Permalink
Changes for updated scanspec and bluesky-stomp (#810)
Browse files Browse the repository at this point in the history
Changes to make tests still pass following the success merge and release
of these PRs in dependant libraries:

- bluesky/scanspec#157
- DiamondLightSource/bluesky-stomp#35
  • Loading branch information
callumforrester authored Feb 12, 2025
1 parent ffa0913 commit dc2015e
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 160 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bidict==0.23.1
bluesky==1.13
bluesky-kafka==0.10.0
bluesky-live==0.0.8
bluesky-stomp==0.1.3
bluesky-stomp==0.1.4
boltons==24.1.0
cachetools==5.5.0
caproto==1.1.1
Expand Down Expand Up @@ -207,7 +207,7 @@ rpds-py==0.22.3
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.12
ruff==0.9.1
scanspec==0.7.6
scanspec==0.7.8
semver==3.0.2
setuptools-dso==2.11
shellingham==1.5.4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"pyepics",
"aioca",
"pydantic>=2.0",
"scanspec>=0.7.6",
"scanspec>=0.7.8",
"pydantic-settings",
"stomp-py",
"aiohttp",
Expand All @@ -31,7 +31,7 @@ dependencies = [
"dls-dodal>=1.36.2",
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
"GitPython",
"bluesky-stomp>=0.1.3",
"bluesky-stomp>=0.1.4",
"event-model==1.22.1", # https://github.com/DiamondLightSource/blueapi/issues/684
"opentelemetry-distro>=0.48b0",
"opentelemetry-instrumentation-fastapi>=0.48b0",
Expand Down
Loading

0 comments on commit dc2015e

Please sign in to comment.