From 7efc266bc1fa8ed61b478d95e67da1e1b8edd67c Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Wed, 3 Sep 2025 15:04:04 +0000 Subject: [PATCH] Update to pvi 0.11.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fe7c5b46..9e404b76d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "fastapi[standard]", "numpy", "pydantic", - "pvi~=0.10.0", + "pvi~=0.11.0", "pytango", "softioc>=4.5.0", "strawberry-graphql",