Skip to content

Commit 36d6dbb

Browse files
fix: Pin event-model to same version as dodal's pin (#1064)
BlueAPI and dodal currently pin different versions of `event-model`, breaking any new deployments
1 parent 54111eb commit 36d6dbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ docutils==0.21.2
3939
dunamai==1.23.1
4040
email_validator==2.2.0
4141
epicscorelibs==7.0.7.99.1.2a1
42-
event-model==1.22.3
42+
event-model==1.23
4343
fastapi==0.115.12
4444
fastapi-cli==0.0.7
4545
filelock==3.18.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies = [
2828
"dls-dodal>=1.46.0",
2929
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
3030
"GitPython",
31+
"event-model==1.23", # https://github.com/DiamondLightSource/blueapi/issues/684
3132
"bluesky-stomp>=0.1.6",
32-
"event-model==1.22.3", # https://github.com/DiamondLightSource/blueapi/issues/684
3333
"opentelemetry-distro>=0.48b0",
3434
"opentelemetry-instrumentation-fastapi>=0.48b0",
3535
"observability-utils>=0.1.4",

0 commit comments

Comments
 (0)