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 @@ -78,7 +78,7 @@ jupyter_client==8.6.2
jupyter_core==5.7.2
jupyter_server==2.14.1
jupyter_server_terminals==0.5.3
jupyterlab==4.2.2
jupyterlab==4.5.9
jupyterlab_pygments==0.3.0
jupyterlab_server==2.27.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Bump companion server pin

jupyterlab==4.5.9 requires jupyterlab-server>=2.28.0,<3, but this file still pins jupyterlab_server==2.27.2. When someone runs python -m pip install -r requirements.txt in a fresh OpenHands environment, pip has to satisfy both direct pins and cannot resolve the dependency set. Please update the jupyterlab_server pin to a compatible 2.28+ version along with this bump.

Artifacts

Repro: full requirements pip dry-run script

  • Contains supporting evidence from the run (text/x-shellscript; charset=utf-8).

Repro: full requirements pip dry-run output showing execution reached the JupyterLab pins before a separate pyairports resolver blocker

  • Keeps the command output available without making the summary code-heavy.

Repro: focused extracted JupyterLab pin resolver script

  • Contains supporting evidence from the run (text/x-shellscript; charset=utf-8).

Repro: focused pip resolver output showing the jupyterlab 4.5.9 and jupyterlab_server 2.27.2 dependency conflict

  • Keeps the command output available without making the summary code-heavy.

View artifacts

T-Rex Ran code and verified through T-Rex

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

Comment:
**Bump companion server pin**

`jupyterlab==4.5.9` requires `jupyterlab-server>=2.28.0,<3`, but this file still pins `jupyterlab_server==2.27.2`. When someone runs `python -m pip install -r requirements.txt` in a fresh OpenHands environment, pip has to satisfy both direct pins and cannot resolve the dependency set. Please update the `jupyterlab_server` pin to a compatible 2.28+ version along with this bump.

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

Fix in Cursor Fix in Claude Code Fix in Codex

jupyterlab_widgets==3.0.11
Expand Down