Upgrade the SDK to 1.13.0 (#13365)

This commit is contained in:
Tim O'Farrell
2026-03-12 13:28:19 -06:00
committed by GitHub
parent e2805dea75
commit c1328f512d
5 changed files with 42 additions and 42 deletions

View File

@@ -57,9 +57,9 @@ dependencies = [
"numpy",
"openai==2.8",
"openhands-aci==0.3.3",
"openhands-agent-server==1.12",
"openhands-sdk==1.12",
"openhands-tools==1.12",
"openhands-agent-server==1.13",
"openhands-sdk==1.13",
"openhands-tools==1.13",
"opentelemetry-api>=1.33.1",
"opentelemetry-exporter-otlp-proto-grpc>=1.33.1",
"pathspec>=0.12.1",
@@ -249,9 +249,9 @@ e2b-code-interpreter = { version = "^2.0.0", optional = true }
pybase62 = "^1.0.0"
# V1 dependencies
openhands-sdk = "1.12"
openhands-agent-server = "1.12"
openhands-tools = "1.12"
openhands-sdk = "1.13"
openhands-agent-server = "1.13"
openhands-tools = "1.13"
jwcrypto = ">=1.5.6"
sqlalchemy = { extras = [ "asyncio" ], version = "^2.0.40" }
pg8000 = "^1.31.5"