Migrate the SDK to 1.8.2 (#12438)

This commit is contained in:
Tim O'Farrell
2026-01-15 08:18:26 -07:00
committed by GitHub
parent 9af3ee8298
commit 91fb97a13f
4 changed files with 85 additions and 88 deletions

View File

@@ -54,9 +54,9 @@ dependencies = [
"numpy",
"openai==2.8",
"openhands-aci==0.3.2",
"openhands-agent-server==1.8.1",
"openhands-sdk==1.8.1",
"openhands-tools==1.8.1",
"openhands-agent-server==1.8.2",
"openhands-sdk==1.8.2",
"openhands-tools==1.8.2",
"opentelemetry-api>=1.33.1",
"opentelemetry-exporter-otlp-proto-grpc>=1.33.1",
"pathspec>=0.12.1",
@@ -283,9 +283,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.8.1"
openhands-agent-server = "1.8.1"
openhands-tools = "1.8.1"
openhands-sdk = "1.8.2"
openhands-agent-server = "1.8.2"
openhands-tools = "1.8.2"
python-jose = { version = ">=3.3", extras = [ "cryptography" ] }
sqlalchemy = { extras = [ "asyncio" ], version = "^2.0.40" }
pg8000 = "^1.31.5"