Skip to content

Commit b5338c6

Browse files
authored
Upgrade openhands-aci to 0.2.11 (All-Hands-AI#8154)
1 parent c99f031 commit b5338c6

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runloop-api-client = "0.32.0"
6262
libtmux = ">=0.37,<0.40"
6363
pygithub = "^2.5.0"
6464
joblib = "*"
65-
openhands-aci = "^0.2.10"
65+
openhands-aci = "0.2.11"
6666
python-socketio = "^5.11.4"
6767
redis = "^5.2.0"
6868
sse-starlette = "^2.1.3"
@@ -99,8 +99,6 @@ gevent = ">=24.2.1,<26.0.0"
9999
concurrency = ["gevent"]
100100

101101

102-
103-
104102
[tool.poetry.group.runtime.dependencies]
105103
jupyterlab = "*"
106104
notebook = "*"
@@ -130,8 +128,6 @@ ignore = ["D1"]
130128
convention = "google"
131129

132130

133-
134-
135131
[tool.poetry.group.evaluation.dependencies]
136132
streamlit = "*"
137133
whatthepatch = "*"

tests/runtime/test_aci_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_str_replace_multi_line_with_tabs(temp_dir, runtime_cls, run_as_openhand
220220
obs.content
221221
== f"""The file {test_file} has been edited. Here's the result of running `cat -n` on a snippet of {test_file}:
222222
1\tdef test():
223-
2\t{'\t'.expandtabs()}print("Hello, Universe!")
223+
2\t\tprint("Hello, Universe!")
224224
Review the changes and make sure they are as expected. Edit the file again if necessary."""
225225
)
226226

0 commit comments

Comments
 (0)