CLI release 1.0.7 (#11712)

This commit is contained in:
Rohit Malhotra 2025-11-11 16:46:30 -05:00 committed by GitHub
parent 0a6b76ca2d
commit 95a44f4248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ requires = [ "hatchling>=1.25" ]
[project]
name = "openhands"
version = "1.0.6"
version = "1.0.7"
description = "OpenHands CLI - Terminal User Interface for OpenHands AI Agent"
readme = "README.md"
license = { text = "MIT" }

6
openhands-cli/uv.lock generated
View File

@ -1902,7 +1902,7 @@ wheels = [
[[package]]
name = "openhands"
version = "1.0.6"
version = "1.0.7"
source = { editable = "." }
dependencies = [
{ name = "openhands-sdk" },
@ -1929,8 +1929,8 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "openhands-sdk", specifier = "==1.1.0" },
{ name = "openhands-tools", specifier = "==1.1.0" },
{ name = "openhands-sdk", specifier = "==1.1" },
{ name = "openhands-tools", specifier = "==1.1" },
{ name = "prompt-toolkit", specifier = ">=3" },
{ name = "typer", specifier = ">=0.17.4" },
]