From e3792826644e01adf84435891d500ec5bef85cda Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 1 Oct 2024 12:41:43 +0200 Subject: [PATCH] fix: increased min version of typeguard --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fe1a26..8f5501e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ ] dependencies = [ "ophyd ~= 1.9", - "typeguard ~= 4.1, >=4.1.4", + "typeguard ~= 4.1, >=4.1.5", "prettytable ~= 3.9", "bec_lib ~= 2.12, >=2.12.2", "numpy >= 1.24, <3.0",