migrate block and workflow related schemas to skyvern/schemas/workflows.py (#3227)

This commit is contained in:
Shuchang Zheng
2025-08-18 16:18:50 -07:00
committed by GitHub
parent 430721da49
commit adee311e6a
14 changed files with 536 additions and 549 deletions

View File

@@ -7,8 +7,8 @@ from typing import Any
from pydantic import BaseModel
from skyvern.forge.sdk.schemas.task_v2 import Thought
from skyvern.forge.sdk.workflow.models.block import BlockType
from skyvern.schemas.runs import RunEngine
from skyvern.schemas.workflows import BlockType
from skyvern.webeye.actions.actions import Action