Skip to content

Commit a5f5691

Browse files
all-hands-botgithub-actions[bot]openhands-agent
authored
Release v1.8.0 (#1663)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: openhands <[email protected]>
1 parent 79e9abc commit a5f5691

File tree

6 files changed

+9
-12
lines changed

6 files changed

+9
-12
lines changed

openhands-agent-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-agent-server"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
description = "OpenHands Agent Server - REST/WebSocket interface for OpenHands AI Agent"
55

66
requires-python = ">=3.12"

openhands-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-sdk"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
description = "OpenHands SDK - Core functionality for building AI agents"
55

66
requires-python = ">=3.12"

openhands-tools/openhands/tools/browser_use/logging_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
warn_cleanup(
1717
"Monkey patching to prevent browser_use logging interference",
18-
cleanup_by="1.8.0",
18+
cleanup_by="1.10.0",
1919
details=(
2020
"This workaround should be removed once browser_use PR #3717 "
2121
"(https://github.com/browser-use/browser-use/pull/3717) is merged "

openhands-tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-tools"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
description = "OpenHands Tools - Runtime tools for AI agents"
55

66
requires-python = ">=3.12"

openhands-workspace/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openhands-workspace"
3-
version = "1.7.4"
3+
version = "1.8.0"
44
description = "OpenHands Workspace - Docker and container-based workspace implementations"
55

66
requires-python = ">=3.12"

uv.lock

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

0 commit comments

Comments
 (0)