Skip to content
Merged
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
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docutils==0.21.2
dunamai==1.23.1
email_validator==2.2.0
epicscorelibs==7.0.7.99.1.2a1
event-model==1.22.3
event-model==1.23
fastapi==0.115.12
fastapi-cli==0.0.7
filelock==3.18.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies = [
"dls-dodal>=1.46.0",
"super-state-machine", # https://github.com/DiamondLightSource/blueapi/issues/553
"GitPython",
"event-model==1.23", # https://github.com/DiamondLightSource/blueapi/issues/684
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this version work with whatever caused the version to be pinned to start with? I wasn't sure how the linked issue was related.

"bluesky-stomp>=0.1.6",
"event-model==1.22.3", # https://github.com/DiamondLightSource/blueapi/issues/684
"opentelemetry-distro>=0.48b0",
"opentelemetry-instrumentation-fastapi>=0.48b0",
"observability-utils>=0.1.4",
Expand Down
Loading