From f03671316be95fa01d145eb1fbbf52bfc6e4a502 Mon Sep 17 00:00:00 2001 From: hategan Date: Thu, 10 Jul 2025 16:28:22 -0700 Subject: [PATCH] Updated Typeguard requirement to >=4.0.0. While Typeguard 3.x.x is 2 years old or so, it is unfortunately preventing PSI/J from running (see https://github.com/agronholm/typeguard/issues/318 and https://github.com/ExaWorks/psij-python/issues/526). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dcee1f52..85a56947 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ psutil >=5.9, <=7.0.0 pystache>=0.6.0 -typeguard>=3.0.1 +typeguard>=4.0.0 packaging >= 24.0, <= 25.0