From 3ecc79fa28d93c41a9d8ebfc69cbd56c062ca1d4 Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Thu, 7 Nov 2024 10:34:02 +0000 Subject: [PATCH 1/2] pin dependency to avoind everything breaking --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 30e6f502..47d472e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ dependencies = [ "scanspec", "dataclasses-json", "pydantic", + "flexparser==0.3.1", ] license.file = "LICENSE" readme = "README.rst" From 84deaaaa6820bc5321162f33ae7f5d70b12911e9 Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Thu, 7 Nov 2024 10:42:57 +0000 Subject: [PATCH 2/2] Add link to issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47d472e1..60ad80a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "scanspec", "dataclasses-json", "pydantic", - "flexparser==0.3.1", + "flexparser==0.3.1", # See https://github.com/DiamondLightSource/nexgen/issues/309 ] license.file = "LICENSE" readme = "README.rst"