Skip to content
Open
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 experiments/agentcompany/openhands/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cloudpickle==3.1.0
comm==0.2.2
compressed-tensors==0.6.0
contourpy==1.3.1
cryptography==44.0.2
cryptography==48.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P0 Version conflict with pyOpenSSL==25.0.0

pyOpenSSL 25.0.0 declares cryptography<45,>=41.0.5 as its dependency. Pinning cryptography==48.0.1 violates that upper bound, so pip install -r requirements.txt will fail with a dependency resolution error. The first pyOpenSSL release that raised the ceiling to 48.x is 26.2.0; pyOpenSSL==25.0.0 on line 137 would need to be bumped in tandem for this environment to install.

Prompt To Fix With AI
This is a comment left during a code review.
Path: experiments/agentcompany/openhands/requirements.txt
Line: 28

Comment:
**Version conflict with `pyOpenSSL==25.0.0`**

`pyOpenSSL 25.0.0` declares `cryptography<45,>=41.0.5` as its dependency. Pinning `cryptography==48.0.1` violates that upper bound, so `pip install -r requirements.txt` will fail with a dependency resolution error. The first pyOpenSSL release that raised the ceiling to 48.x is 26.2.0; `pyOpenSSL==25.0.0` on line 137 would need to be bumped in tandem for this environment to install.

How can I resolve this? If you propose a fix, please make it concise.

Fix in Cursor Fix in Claude Code Fix in Codex

cycler==0.12.1
datasets==2.20.0
debugpy==1.8.1
Expand Down