diff --git a/pyproject.toml b/pyproject.toml index b6c29227..3c6884fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "scanspec", "dataclasses-json", "pydantic", - "flexparser==0.3.1", # See https://github.com/DiamondLightSource/nexgen/issues/309 + "flexparser==0.4", # See https://github.com/DiamondLightSource/nexgen/issues/309 ] license.file = "LICENSE" readme = "README.rst"