Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/truss_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"pydantic>=2.7.0,<3.0.0",
"typing-extensions>=4.12.2,<5.0.0",
"pexpect>=4.9.0,<5.0.0",
"psutil>=5.9.0,<7.0.0",
"psutil>=5.9.0,<8.0.0",

@devin-ai-integration devin-ai-integration Bot Apr 26, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 uv.lock not updated to match new psutil version constraint

The pyproject.toml was updated to allow psutil>=5.9.0,<8.0.0, but uv.lock:4691 still contains the old specifier >=5.9.0,<7.0.0. This means uv sync may reject or fail to install psutil 7.x even though the intent of this PR is to allow it. The lock file needs to be regenerated (e.g., via uv lock) to reflect the updated constraint.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

"pygls>=2.0,<3.0",
]

Expand Down
Loading