Bump SDK packages to v1.11.4 (#12839)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Tim O'Farrell <tofarr@gmail.com>
This commit is contained in:
OpenHands Bot
2026-02-11 17:55:46 +00:00
committed by GitHub
parent 40f52dfabc
commit cd235cc8c7
5 changed files with 41 additions and 41 deletions

View File

@@ -54,9 +54,9 @@ dependencies = [
"numpy",
"openai==2.8",
"openhands-aci==0.3.2",
"openhands-agent-server==1.11.2",
"openhands-sdk==1.11.2",
"openhands-tools==1.11.2",
"openhands-agent-server==1.11.4",
"openhands-sdk==1.11.4",
"openhands-tools==1.11.4",
"opentelemetry-api>=1.33.1",
"opentelemetry-exporter-otlp-proto-grpc>=1.33.1",
"pathspec>=0.12.1",
@@ -246,9 +246,9 @@ e2b-code-interpreter = { version = "^2.0.0", optional = true }
pybase62 = "^1.0.0"
# V1 dependencies
openhands-sdk = "1.11.2"
openhands-agent-server = "1.11.2"
openhands-tools = "1.11.2"
openhands-sdk = "1.11.4"
openhands-agent-server = "1.11.4"
openhands-tools = "1.11.4"
python-jose = { version = ">=3.3", extras = [ "cryptography" ] }
sqlalchemy = { extras = [ "asyncio" ], version = "^2.0.40" }
pg8000 = "^1.31.5"