From 99f0d272db8d501fbe09e3e2a447d23d4c6748a2 Mon Sep 17 00:00:00 2001 From: michi-okahata Date: Tue, 3 Jun 2025 12:33:48 -0700 Subject: [PATCH] fixed psutil conflict --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b25d31d6d..b0833c9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ "requests>=2.0.0,<3.0.0", - "psutil>=5.9.8,<6.1.0", + "psutil>=5.9.8,<7.0.1", "termcolor>=2.3.0,<2.5.0", "PyYAML>=5.3,<7.0", "packaging>=21.0,<25.0", # Lower bound of 21.0 ensures compatibility with Python 3.9+