We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926c93f commit a66193eCopy full SHA for a66193e
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"jinja2>=3.1.0",
41
"marshmallow>=3.15.0", # TODO: To be removed
42
"packaging>=21.0",
43
- "psutil~=6.1.0",
+ "psutil>=6.1.0,<8.0",
44
"pydantic>=2.6.0,<2.10.0",
45
"requests", # TODO: To be replaced by httpx or aiohttp
46
"httpx",
@@ -151,7 +151,7 @@ dependencies = [
151
152
153
154
+ "psutil",
155
"pydantic>=2.6.0",
156
157
0 commit comments