chore(deps): bump research-environments + declare harnesses/tasksets#2693
Open
snimu wants to merge 6 commits into
Open
chore(deps): bump research-environments + declare harnesses/tasksets#2693snimu wants to merge 6 commits into
snimu wants to merge 6 commits into
Conversation
… harnesses/tasksets Bumps deps/research-environments to current main (b07ace376). Its envs now route through verifiers[packages], which pulls verifiers' internal editable path-packages, so declare harnesses + tasksets at the workspace root (envs extra + [tool.uv.sources]). Also drop mini_swe_agent_plus_rlm, removed upstream in research-environments #426. uv.lock regen pending on the remote (`uv lock`): it drops the stale mini-swe-agent-plus-rlm entries and resolves harnesses/tasksets. Watch for a tasksets[openenv,openreward,ta] path-dep cascade. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 684a9f2. Configure here.
…v-and-fix-2026-06-03 merge main
…026-06-03' into sebastian/bump-vf-renv-and-fix-2026-06-03
The bare `openenv-core` override stripped tasksets[openenv]'s `openenv-core>=0.3.0` requirement, so the lock kept the stale 0.2.1. 0.3.0 is published (2026-05-11, outside the 7-day cooldown) and unconflicted, so restoring the floor lets uv resolve it. Surfaced by the research-environments bump pulling tasksets[openenv] into the resolution. uv.lock regen pending on the remote. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bumps deps/research-environments to current main (b07ace376). Its envs now route through verifiers[packages], which pulls verifiers' internal editable path-packages, so declare harnesses + tasksets at the workspace root (envs extra + [tool.uv.sources]). Also drop mini_swe_agent_plus_rlm, removed upstream in research-environments #426.
Note
Medium Risk
Large dependency-resolution changes for the
envsextra and verifiers packages stack; install/CI breakage is possible but core training code paths are mostly untouched.Overview
Updates the research-environments submodule and refreshes
uv.lockso eval envs align with upstream: many packages now depend onverifiers[packages]instead of plainverifiers, andverifiersis pinned to>=0.1.15.dev17across those envs.Workspace wiring: adds editable
harnessesandtasksetsunder theenvsoptional extra and[tool.uv.sources](verifiers’ internal path packages). Removesmini-swe-agent-plus-rlm, dropped upstream.openenv-coreis now>=0.3.0in overrides; the lockfile picks up related transitive stacks (e.g. MCP/fastmcp/gradio/openenv) from that bump.Several env package versions tick (e.g.
code-env,livecodebench, opencode variants,mini-swe-agent-plus,rlm-swe).Reviewed by Cursor Bugbot for commit 382229c. Bugbot is set up for automated code reviews on this repo. Configure here.