migrate ProxyLocation to skyvern.schemas.runs (#2011)

This commit is contained in:
Shuchang Zheng
2025-03-24 15:15:21 -07:00
committed by GitHub
parent ee8e1a2d44
commit 19c7c56af7
15 changed files with 100 additions and 93 deletions

View File

@@ -6,8 +6,8 @@ import httpx
from skyvern.config import settings
from skyvern.exceptions import SkyvernClientException
from skyvern.forge.sdk.schemas.task_runs import TaskRunResponse
from skyvern.forge.sdk.schemas.tasks import ProxyLocation
from skyvern.forge.sdk.workflow.models.workflow import RunWorkflowResponse, WorkflowRunResponse
from skyvern.schemas.runs import ProxyLocation
class RunEngine(StrEnum):