chore: update sdk to latest version (#11999)

This commit is contained in:
Hiep Le
2025-12-11 03:35:01 +07:00
committed by GitHub
parent 1d1eb6dcb0
commit b308307ea2
11 changed files with 37 additions and 37 deletions

View File

@@ -14,8 +14,8 @@ from openhands.app_server.sandbox.sandbox_models import SandboxInfo, SandboxStat
from openhands.app_server.user.user_context import UserContext
from openhands.integrations.provider import ProviderType
from openhands.sdk import Agent
from openhands.sdk.conversation.secret_source import LookupSecret, StaticSecret
from openhands.sdk.llm import LLM
from openhands.sdk.secret import LookupSecret, StaticSecret
from openhands.sdk.workspace import LocalWorkspace
from openhands.sdk.workspace.remote.async_remote_workspace import AsyncRemoteWorkspace
from openhands.server.types import AppMode
@@ -290,7 +290,7 @@ class TestLiveStatusAppConversationService:
)
# Assert
assert llm.base_url is None
assert llm.base_url == 'https://llm-proxy.app.all-hands.dev/'
@pytest.mark.asyncio
async def test_configure_llm_and_mcp_non_openhands_model_ignores_provider(self):