From ad3a06c167b6eaa1392cf089953ad6c389a8e884 Mon Sep 17 00:00:00 2001 From: Noemi Frisina <54588199+noemifrisina@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:02:43 +0100 Subject: [PATCH] Pin blueapi to alpha release (#174) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16b3d03dd..91e000ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pydantic", "fastapi[all]", "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git", - "blueapi==0.4.4", + "blueapi==0.4.5-a1", ] dynamic = ["version"] license.file = "LICENSE"