Release OpenEnv 0.6.1 - #1249
Draft
cursor[bot] wants to merge 1 commit into
Draft
cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Set the package version to 0.6.1 and sync the two lockfiles that pin the root openenv version (envs/grid_world_env, tests/validation_runtime). Co-authored-by: benjamin.burtenshaw <benjamin.burtenshaw@huggingface.co>
This branch has not been deployed
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.
Release PR: v0.6.1
Rolling release candidate for Thursday 1 October 2026, 10:00 Europe/Brussels. Patch release: everything since
v0.6.0is a compatible bug fix.Candidate: main
7438d384+ version change (e9fd2183). This PR will be refreshed ontomainas eligible PRs merge.Release notes
Fixes
ARGsubstitution resolves whole names, so declaringARG BASEbeforeARG BASE_IMAGEno longer rewritesFROM $BASE_IMAGEtopython:3.12_IMAGE; nested defaults such asARG IMAGE_NAME=$REG/appexpand as Docker does.examples/novita_tbench2_simple.pynow stops the sandbox whenwait_for_readytimes out. (#1235)Housekeeping
0.6.1.dev0(#1245).Full diff: v0.6.0...cursor/openenv-release-management-6463
Outstanding blockers / not in this candidate
<5) stays out: FastMCP 4 breaks HTTP/WebSocket MCP session persistence.Release Checklist
Before opening this PR
pyproject.tomlversion changed from0.6.1.dev0→0.6.1(plus the two lockfiles that pin the root version:envs/grid_world_env/uv.lock,tests/validation_runtime/uv.lock;uv lock --checkpasses in both and at the root)hf-staging/is NOT in this PR's diffprint(),breakpoint(), orTODOin release-critical pathsCI gates (must be green before merge)
testpasses on Python 3.11testpasses on Python 3.12lintpasses (usort + ruff)Package CIbuilds, checks, and smoke-tests wheel/sdist installsLocal pre-flight at
e9fd2183: CI test selection 3026 passed / 103 skipped;ruff format/ruff checkclean (usortflags only the two known pre-existing files);uv build+twine checkpass; clean Python 3.11 wheel and 3.12 sdist installs report0.6.1,openenv --helpworks, and a real Echo reset / list_tools / step / state episode passes against the installed wheel.TestPyPI validation (before merging)
0.6.1.devNopenenv--no-depsfrom TestPyPI)Post-merge steps
v0.6.1pushed on the merged main commitpublish-pypi.ymlcompleted successfully from the tagpip install openenv==0.6.1from production PyPI verifiedbump/0.6.2.dev0PR opened and merged