From 715882ffd19f2492e03ce45468e960690c980500 Mon Sep 17 00:00:00 2001 From: David Perl <115003895+dperl-dls@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:09:59 +0100 Subject: [PATCH] Pin blueapi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 262a079d5..d31eb5ab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,9 +23,9 @@ dependencies = [ "opencv-python", "pydantic", "semver", - "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git", + "dls-dodal", "fastapi[all]", - "blueapi @ git+https://github.com/DiamondLightSource/blueapi.git@main", + "blueapi==0.4.4", ] dynamic = ["version"] license.file = "LICENSE"