mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-07 22:14:03 -05:00
Bump openhands-sdk, openhands-tools, openhands-agent-server to 1.7.2
Automated version bump after PyPI release. Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
22
poetry.lock
generated
22
poetry.lock
generated
@@ -1,4 +1,4 @@
|
||||
# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand.
|
||||
# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand.
|
||||
|
||||
[[package]]
|
||||
name = "aiofiles"
|
||||
@@ -7380,14 +7380,14 @@ llama = ["llama-index (>=0.12.29,<0.13.0)", "llama-index-core (>=0.12.29,<0.13.0
|
||||
|
||||
[[package]]
|
||||
name = "openhands-agent-server"
|
||||
version = "1.7.1"
|
||||
version = "1.7.2"
|
||||
description = "OpenHands Agent Server - REST/WebSocket interface for OpenHands AI Agent"
|
||||
optional = false
|
||||
python-versions = ">=3.12"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "openhands_agent_server-1.7.1-py3-none-any.whl", hash = "sha256:e5c57f1b73293d00a68b77f9d290f59d9e2217d9df844fb01c7d2f929c3417f4"},
|
||||
{file = "openhands_agent_server-1.7.1.tar.gz", hash = "sha256:c82e1e6748ea3b4278ef2ee72f091dc37da6667c854b3aa3c0bc616086a82310"},
|
||||
{file = "openhands_agent_server-1.7.2-py3-none-any.whl", hash = "sha256:582e12b27ef4c95b91c7d9bfae86ee830f2b885a5f6e793e8a9fd06bd127960a"},
|
||||
{file = "openhands_agent_server-1.7.2.tar.gz", hash = "sha256:9c056d5a489bb4d229b7af9e6bff19c64211fdaade9df29d8aa40592586695d3"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -7404,14 +7404,14 @@ wsproto = ">=1.2.0"
|
||||
|
||||
[[package]]
|
||||
name = "openhands-sdk"
|
||||
version = "1.7.1"
|
||||
version = "1.7.2"
|
||||
description = "OpenHands SDK - Core functionality for building AI agents"
|
||||
optional = false
|
||||
python-versions = ">=3.12"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "openhands_sdk-1.7.1-py3-none-any.whl", hash = "sha256:e097e34dfbd45f38225ae2ff4830702424bcf742bc197b5a811540a75265b135"},
|
||||
{file = "openhands_sdk-1.7.1.tar.gz", hash = "sha256:e13d1fe8bf14dffd91e9080608072a989132c981cf9bfcd124fa4f7a68a13691"},
|
||||
{file = "openhands_sdk-1.7.2-py3-none-any.whl", hash = "sha256:0f013d2a5100e6e562ef6f6932353da3c94c9eae46a1712daab95199a3d9d18a"},
|
||||
{file = "openhands_sdk-1.7.2.tar.gz", hash = "sha256:0f6d34f857f8f7749d70741376f2a06eee944673f4df862df2e35d680e4b0321"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -7431,14 +7431,14 @@ boto3 = ["boto3 (>=1.35.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "openhands-tools"
|
||||
version = "1.7.1"
|
||||
version = "1.7.2"
|
||||
description = "OpenHands Tools - Runtime tools for AI agents"
|
||||
optional = false
|
||||
python-versions = ">=3.12"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "openhands_tools-1.7.1-py3-none-any.whl", hash = "sha256:e25815f24925e94fbd4d8c3fd9b2147a0556fde595bf4f80a7dbba1014ea3c86"},
|
||||
{file = "openhands_tools-1.7.1.tar.gz", hash = "sha256:f3823f7bd302c78969c454730cf793eb63109ce2d986e78585989c53986cc966"},
|
||||
{file = "openhands_tools-1.7.2-py3-none-any.whl", hash = "sha256:4f763632b0506842606f821f01433b40a994b2331e453ee13c99cb3cf6cb0e11"},
|
||||
{file = "openhands_tools-1.7.2.tar.gz", hash = "sha256:173b9a89c2e88fda24f1ac8e9bbe9a1e37810fcfbf15f5ff81fefcecd820194b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -16824,4 +16824,4 @@ third-party-runtimes = ["daytona", "e2b-code-interpreter", "modal", "runloop-api
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.12,<3.14"
|
||||
content-hash = "5673c5d0fd9cc39031661fa199bc50eb3add121eaeef139f418261838bdbb3c8"
|
||||
content-hash = "12305080609c9e6147af1e7160bbf6540d35efe6e260dd2bcffec92b31adabaf"
|
||||
|
||||
@@ -116,9 +116,9 @@ pybase62 = "^1.0.0"
|
||||
#openhands-agent-server = { git = "https://github.com/OpenHands/agent-sdk.git", subdirectory = "openhands-agent-server", rev = "15f565b8ac38876e40dc05c08e2b04ccaae4a66d" }
|
||||
#openhands-sdk = { git = "https://github.com/OpenHands/agent-sdk.git", subdirectory = "openhands-sdk", rev = "15f565b8ac38876e40dc05c08e2b04ccaae4a66d" }
|
||||
#openhands-tools = { git = "https://github.com/OpenHands/agent-sdk.git", subdirectory = "openhands-tools", rev = "15f565b8ac38876e40dc05c08e2b04ccaae4a66d" }
|
||||
openhands-sdk = "1.7.1"
|
||||
openhands-agent-server = "1.7.1"
|
||||
openhands-tools = "1.7.1"
|
||||
openhands-sdk = "1.7.2"
|
||||
openhands-agent-server = "1.7.2"
|
||||
openhands-tools = "1.7.2"
|
||||
python-jose = { version = ">=3.3", extras = [ "cryptography" ] }
|
||||
sqlalchemy = { extras = [ "asyncio" ], version = "^2.0.40" }
|
||||
pg8000 = "^1.31.5"
|
||||
|
||||
Reference in New Issue
Block a user