Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/reference/asyncapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ components:
name:
const: "start"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/run_start.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/run_start.json"
taggedStopDocument:
messageId: runStop
summary: Indicates the completion of a Bluesky run based on a previously specified Plan; describes end conditions and metadata
Expand All @@ -55,7 +55,7 @@ components:
name:
const: "stop"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/run_stop.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/run_stop.json"
taggedDescriptorDocument:
messageId: eventStreamDescriptor
summary: Describes the devices to be within a scientifically related stream of measurements
Expand All @@ -67,7 +67,7 @@ components:
name:
const: "descriptor"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/event_descriptor.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/event_descriptor.json"
taggedEventDocument:
messageId: dataEvent
summary: Describes a point measurement for a number of scientifically related devices
Expand All @@ -79,7 +79,7 @@ components:
name:
const: "event"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/event.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/event.json"
taggedResourceDocument:
messageId: resource
summary: Describes an external resource (file, database entry etc.) that is to be referenced by later datum
Expand All @@ -91,7 +91,7 @@ components:
name:
const: "resource"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/resource.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/resource.json"
taggedDatumDocument:
messageId: datum
summary: Describes how to access a point measurement within an external resource
Expand All @@ -103,7 +103,7 @@ components:
name:
const: "datum"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/datum.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/datum.json"
taggedResourceStream:
messageId: streamResource
summary: Describes an external resource (file, database entry etc.) that is to be referenced by later Stream Datum
Expand All @@ -115,7 +115,7 @@ components:
name:
const: "stream_resource"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/stream_resource.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/stream_resource.json"
taggedDatumStream:
messageId: streamDatum
summary: Describes how to access a slice of an external resource
Expand All @@ -127,7 +127,7 @@ components:
name:
const: "stream_datum"
doc:
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.22.1/src/event_model/schemas/stream_datum.json"
$ref: "https://raw.githubusercontent.com/bluesky/event-model/refs/tags/v1.24.0/src/event_model/schemas/stream_datum.json"
workerStateEvent:
messageId: stateEvent
headers:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"uvicorn>=0.52.1",
"requests",
"GitPython>=3.1.58", #security base min https://github.com/advisories/GHSA-4gmw-gg2m-w46p
"event-model==1.23.1", # https://github.com/DiamondLightSource/blueapi/issues/684
"event-model==1.24.0", # https://github.com/DiamondLightSource/blueapi/issues/684
"bluesky-stomp>=0.1.6",
"opentelemetry-distro>=0.48b0",
"opentelemetry-instrumentation-fastapi>=0.48b0",
Expand Down
38 changes: 14 additions & 24 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.