From f4a113f6a83ae453e1d50f8bd92bd03fa748a545 Mon Sep 17 00:00:00 2001 From: Oliver Silvester Date: Mon, 16 Jun 2025 13:01:30 +0000 Subject: [PATCH] fix: Pin event-model to same version as dodal's pin --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 770fdc7986..fda98e8c64 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -56,7 +56,7 @@ dunamai==1.23.1 email_validator==2.2.0 entrypoints==0.4 epicscorelibs==7.0.7.99.1.2a1 -event-model==1.22.3 +event-model==1.23 executing==2.2.0 fastapi==0.115.12 fastapi-cli==0.0.7 diff --git a/pyproject.toml b/pyproject.toml index 9fa7b77a24..3a9b29300c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553 "GitPython", "bluesky-stomp>=0.1.4", - "event-model==1.22.3", # https://github.com/DiamondLightSource/blueapi/issues/684 + "event-model==1.23", # https://github.com/DiamondLightSource/blueapi/issues/684 "opentelemetry-distro>=0.48b0", "opentelemetry-instrumentation-fastapi>=0.48b0", "observability-utils>=0.1.4",