Skip to content

Commit add4653

Browse files
authored
Release 0.9.2 (All-Hands-AI#3727)
1 parent 2557c18 commit add4653

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To start OpenHands in a docker container, run the following commands in your ter
6666
```bash
6767
WORKSPACE_BASE=$(pwd)/workspace
6868
docker run -it --pull=always \
69-
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.1-nikolaik \
69+
-e SANDBOX_RUNTIME_CONTAINER_IMAGE=ghcr.io/all-hands-ai/runtime:0.9.2-nikolaik \
7070
-e SANDBOX_USER_ID=$(id -u) \
7171
-e WORKSPACE_MOUNT_PATH=$WORKSPACE_BASE \
7272
-v $WORKSPACE_BASE:/opt/workspace_base \

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhands-frontend",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"private": true,
55
"type": "module",
66
"engines": {

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openhands-ai"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "OpenHands: Code Less, Make More"
55
authors = ["OpenHands"]
66
license = "MIT"
@@ -85,7 +85,6 @@ reportlab = "*"
8585
[tool.coverage.run]
8686
concurrency = ["gevent"]
8787

88-
8988
[tool.poetry.group.runtime.dependencies]
9089
jupyterlab = "*"
9190
notebook = "*"
@@ -116,7 +115,6 @@ ignore = ["D1"]
116115
[tool.ruff.lint.pydocstyle]
117116
convention = "google"
118117

119-
120118
[tool.poetry.group.evaluation.dependencies]
121119
streamlit = "*"
122120
whatthepatch = "*"

0 commit comments

Comments
 (0)