We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54111eb commit 36d6dbbCopy full SHA for 36d6dbb
2 files changed
dev-requirements.txt
@@ -39,7 +39,7 @@ docutils==0.21.2
39
dunamai==1.23.1
40
email_validator==2.2.0
41
epicscorelibs==7.0.7.99.1.2a1
42
-event-model==1.22.3
+event-model==1.23
43
fastapi==0.115.12
44
fastapi-cli==0.0.7
45
filelock==3.18.0
pyproject.toml
@@ -28,8 +28,8 @@ dependencies = [
28
"dls-dodal>=1.46.0",
29
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
30
"GitPython",
31
+ "event-model==1.23", # https://github.com/DiamondLightSource/blueapi/issues/684
32
"bluesky-stomp>=0.1.6",
- "event-model==1.22.3", # https://github.com/DiamondLightSource/blueapi/issues/684
33
"opentelemetry-distro>=0.48b0",
34
"opentelemetry-instrumentation-fastapi>=0.48b0",
35
"observability-utils>=0.1.4",
0 commit comments