vellum-ai 0.14.46__py3-none-any.whl → 0.14.48__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- vellum/client/README.md +2 -2
- vellum/client/__init__.py +72 -6
- vellum/client/core/client_wrapper.py +1 -1
- vellum/client/core/file.py +13 -8
- vellum/client/core/http_client.py +26 -14
- vellum/client/core/pydantic_utilities.py +2 -2
- vellum/client/core/request_options.py +3 -0
- vellum/client/resources/ad_hoc/client.py +14 -2
- vellum/client/resources/container_images/client.py +6 -0
- vellum/client/resources/deployments/client.py +12 -0
- vellum/client/resources/document_indexes/client.py +18 -0
- vellum/client/resources/documents/client.py +6 -0
- vellum/client/resources/folder_entities/client.py +6 -0
- vellum/client/resources/metric_definitions/client.py +6 -0
- vellum/client/resources/prompts/client.py +6 -0
- vellum/client/resources/sandboxes/client.py +12 -0
- vellum/client/resources/test_suite_runs/client.py +6 -0
- vellum/client/resources/test_suites/client.py +2 -2
- vellum/client/resources/workflow_deployments/client.py +6 -0
- vellum/client/resources/workflow_sandboxes/client.py +6 -0
- vellum/client/resources/workflows/client.py +6 -4
- vellum/client/resources/workspace_secrets/client.py +6 -0
- vellum/client/types/api_request_parent_context.py +0 -6
- vellum/client/types/array_input.py +0 -5
- vellum/client/types/code_execution_node_array_result.py +0 -5
- vellum/client/types/code_execution_node_result.py +0 -5
- vellum/client/types/code_execution_node_result_data.py +0 -5
- vellum/client/types/code_executor_response.py +0 -5
- vellum/client/types/create_test_suite_test_case_request.py +0 -5
- vellum/client/types/deployment_history_item.py +0 -5
- vellum/client/types/deployment_read.py +0 -5
- vellum/client/types/execute_workflow_response.py +0 -5
- vellum/client/types/execution_array_vellum_value.py +0 -5
- vellum/client/types/external_test_case_execution.py +0 -5
- vellum/client/types/external_test_case_execution_request.py +0 -5
- vellum/client/types/fulfilled_execute_workflow_workflow_result_event.py +0 -7
- vellum/client/types/fulfilled_workflow_node_result_event.py +0 -5
- vellum/client/types/initiated_workflow_node_result_event.py +0 -5
- vellum/client/types/metadata_filter_config_request.py +0 -5
- vellum/client/types/metric_definition_execution.py +0 -5
- vellum/client/types/metric_definition_history_item.py +0 -5
- vellum/client/types/named_test_case_array_variable_value.py +0 -5
- vellum/client/types/named_test_case_array_variable_value_request.py +0 -7
- vellum/client/types/node_execution_fulfilled_event.py +0 -11
- vellum/client/types/node_execution_initiated_event.py +0 -11
- vellum/client/types/node_execution_paused_event.py +0 -11
- vellum/client/types/node_execution_rejected_event.py +0 -11
- vellum/client/types/node_execution_resumed_event.py +0 -11
- vellum/client/types/node_execution_span.py +0 -11
- vellum/client/types/node_execution_streaming_event.py +0 -11
- vellum/client/types/node_input_compiled_array_value.py +0 -5
- vellum/client/types/node_output_compiled_array_value.py +0 -5
- vellum/client/types/node_parent_context.py +0 -6
- vellum/client/types/paginated_slim_deployment_read_list.py +0 -5
- vellum/client/types/paginated_slim_workflow_deployment_list.py +0 -5
- vellum/client/types/paginated_test_suite_run_execution_list.py +0 -5
- vellum/client/types/paginated_test_suite_test_case_list.py +0 -5
- vellum/client/types/prompt_deployment_parent_context.py +0 -6
- vellum/client/types/prompt_exec_config.py +0 -6
- vellum/client/types/rejected_workflow_node_result_event.py +0 -5
- vellum/client/types/replace_test_suite_test_case_request.py +0 -5
- vellum/client/types/search_filters_request.py +0 -7
- vellum/client/types/search_request_options_request.py +0 -7
- vellum/client/types/slim_deployment_read.py +0 -5
- vellum/client/types/slim_workflow_deployment.py +0 -5
- vellum/client/types/slim_workflow_execution_read.py +0 -12
- vellum/client/types/span_link.py +0 -6
- vellum/client/types/streaming_workflow_node_result_event.py +0 -5
- vellum/client/types/templating_node_array_result.py +0 -5
- vellum/client/types/templating_node_result.py +0 -5
- vellum/client/types/templating_node_result_data.py +0 -5
- vellum/client/types/terminal_node_array_result.py +0 -5
- vellum/client/types/terminal_node_result.py +0 -5
- vellum/client/types/terminal_node_result_data.py +0 -5
- vellum/client/types/test_case_array_variable_value.py +0 -5
- vellum/client/types/test_suite_run_execution.py +0 -5
- vellum/client/types/test_suite_run_execution_array_output.py +0 -5
- vellum/client/types/test_suite_run_execution_metric_result.py +0 -5
- vellum/client/types/test_suite_run_external_exec_config.py +0 -5
- vellum/client/types/test_suite_run_external_exec_config_data.py +0 -5
- vellum/client/types/test_suite_run_external_exec_config_data_request.py +0 -7
- vellum/client/types/test_suite_run_external_exec_config_request.py +0 -7
- vellum/client/types/test_suite_run_metric_array_output.py +0 -5
- vellum/client/types/test_suite_run_read.py +0 -5
- vellum/client/types/test_suite_test_case.py +0 -5
- vellum/client/types/test_suite_test_case_create_bulk_operation_request.py +0 -7
- vellum/client/types/test_suite_test_case_replace_bulk_operation_request.py +0 -7
- vellum/client/types/test_suite_test_case_upsert_bulk_operation_request.py +0 -7
- vellum/client/types/upsert_test_suite_test_case_request.py +0 -5
- vellum/client/types/vellum_value_logical_condition_group_request.py +0 -3
- vellum/client/types/vellum_value_logical_condition_request.py +0 -5
- vellum/client/types/vellum_variable.py +0 -5
- vellum/client/types/workflow_deployment_event_executions_response.py +0 -26
- vellum/client/types/workflow_deployment_history_item.py +0 -5
- vellum/client/types/workflow_deployment_parent_context.py +0 -6
- vellum/client/types/workflow_deployment_read.py +0 -5
- vellum/client/types/workflow_deployment_release.py +0 -5
- vellum/client/types/workflow_deployment_release_workflow_version.py +0 -5
- vellum/client/types/workflow_event_execution_read.py +0 -12
- vellum/client/types/workflow_execution_actual.py +0 -5
- vellum/client/types/workflow_execution_fulfilled_event.py +0 -11
- vellum/client/types/workflow_execution_initiated_event.py +0 -11
- vellum/client/types/workflow_execution_node_result_event.py +0 -5
- vellum/client/types/workflow_execution_paused_event.py +0 -11
- vellum/client/types/workflow_execution_rejected_event.py +0 -11
- vellum/client/types/workflow_execution_resumed_event.py +0 -11
- vellum/client/types/workflow_execution_snapshotted_event.py +0 -13
- vellum/client/types/workflow_execution_span.py +0 -11
- vellum/client/types/workflow_execution_streaming_event.py +0 -11
- vellum/client/types/workflow_execution_view_online_eval_metric_result.py +0 -7
- vellum/client/types/workflow_execution_workflow_result_event.py +0 -5
- vellum/client/types/workflow_output_array.py +0 -5
- vellum/client/types/workflow_parent_context.py +0 -6
- vellum/client/types/workflow_result_event.py +0 -5
- vellum/client/types/workflow_result_event_output_data_array.py +0 -5
- vellum/client/types/workflow_sandbox_parent_context.py +0 -6
- vellum/workflows/nodes/bases/base.py +26 -6
- vellum/workflows/nodes/bases/tests/test_base_node.py +30 -0
- vellum/workflows/nodes/displayable/code_execution_node/tests/test_code_execution_node.py +50 -0
- vellum/workflows/nodes/utils.py +5 -1
- vellum/workflows/types/code_execution_node_wrappers.py +5 -0
- {vellum_ai-0.14.46.dist-info → vellum_ai-0.14.48.dist-info}/METADATA +1 -1
- {vellum_ai-0.14.46.dist-info → vellum_ai-0.14.48.dist-info}/RECORD +152 -152
- vellum_cli/__init__.py +3 -2
- vellum_cli/image_push.py +15 -3
- vellum_cli/tests/test_image_push.py +109 -0
- vellum_ee/workflows/display/nodes/base_node_display.py +25 -9
- vellum_ee/workflows/display/nodes/get_node_display_class.py +4 -5
- vellum_ee/workflows/display/nodes/vellum/api_node.py +11 -0
- vellum_ee/workflows/display/nodes/vellum/code_execution_node.py +5 -0
- vellum_ee/workflows/display/nodes/vellum/error_node.py +22 -16
- vellum_ee/workflows/display/nodes/vellum/guardrail_node.py +2 -0
- vellum_ee/workflows/display/nodes/vellum/inline_prompt_node.py +47 -13
- vellum_ee/workflows/display/nodes/vellum/inline_subworkflow_node.py +2 -0
- vellum_ee/workflows/display/nodes/vellum/map_node.py +2 -0
- vellum_ee/workflows/display/nodes/vellum/prompt_deployment_node.py +2 -0
- vellum_ee/workflows/display/nodes/vellum/search_node.py +8 -0
- vellum_ee/workflows/display/nodes/vellum/subworkflow_deployment_node.py +1 -0
- vellum_ee/workflows/display/nodes/vellum/templating_node.py +2 -0
- vellum_ee/workflows/display/nodes/vellum/tests/test_code_execution_node.py +1 -1
- vellum_ee/workflows/display/nodes/vellum/tests/test_error_node.py +4 -0
- vellum_ee/workflows/display/nodes/vellum/tests/test_prompt_deployment_node.py +4 -3
- vellum_ee/workflows/display/nodes/vellum/tests/test_prompt_node.py +67 -2
- vellum_ee/workflows/display/nodes/vellum/tests/test_subworkflow_deployment_node.py +5 -4
- vellum_ee/workflows/display/nodes/vellum/tests/test_templating_node.py +1 -1
- vellum_ee/workflows/display/tests/test_base_workflow_display.py +44 -0
- vellum_ee/workflows/display/tests/workflow_serialization/test_basic_error_node_serialization.py +2 -4
- vellum_ee/workflows/display/utils/expressions.py +31 -4
- vellum_ee/workflows/display/workflows/tests/test_workflow_display.py +162 -0
- {vellum_ai-0.14.46.dist-info → vellum_ai-0.14.48.dist-info}/LICENSE +0 -0
- {vellum_ai-0.14.46.dist-info → vellum_ai-0.14.48.dist-info}/WHEEL +0 -0
- {vellum_ai-0.14.46.dist-info → vellum_ai-0.14.48.dist-info}/entry_points.txt +0 -0
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .terminal_node_result_data import TerminalNodeResultData
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TerminalNodeResult(UniversalBaseModel):
|
@@ -26,6 +24,3 @@ class TerminalNodeResult(UniversalBaseModel):
|
|
26
24
|
frozen = True
|
27
25
|
smart_union = True
|
28
26
|
extra = pydantic.Extra.allow
|
29
|
-
|
30
|
-
|
31
|
-
update_forward_refs(ArrayVellumValue, TerminalNodeResult=TerminalNodeResult)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
from .terminal_node_result_output import TerminalNodeResultOutput
|
7
6
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
8
7
|
import typing
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TerminalNodeResultData(UniversalBaseModel):
|
@@ -21,6 +19,3 @@ class TerminalNodeResultData(UniversalBaseModel):
|
|
21
19
|
frozen = True
|
22
20
|
smart_union = True
|
23
21
|
extra = pydantic.Extra.allow
|
24
|
-
|
25
|
-
|
26
|
-
update_forward_refs(ArrayVellumValue, TerminalNodeResultData=TerminalNodeResultData)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .vellum_value import VellumValue
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestCaseArrayVariableValue(UniversalBaseModel):
|
@@ -28,6 +26,3 @@ class TestCaseArrayVariableValue(UniversalBaseModel):
|
|
28
26
|
frozen = True
|
29
27
|
smart_union = True
|
30
28
|
extra = pydantic.Extra.allow
|
31
|
-
|
32
|
-
|
33
|
-
update_forward_refs(ArrayVellumValue, TestCaseArrayVariableValue=TestCaseArrayVariableValue)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
@@ -8,7 +7,6 @@ from .test_suite_run_execution_output import TestSuiteRunExecutionOutput
|
|
8
7
|
from .test_suite_run_execution_metric_result import TestSuiteRunExecutionMetricResult
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
9
|
import pydantic
|
11
|
-
from ..core.pydantic_utilities import update_forward_refs
|
12
10
|
|
13
11
|
|
14
12
|
class TestSuiteRunExecution(UniversalBaseModel):
|
@@ -25,6 +23,3 @@ class TestSuiteRunExecution(UniversalBaseModel):
|
|
25
23
|
frozen = True
|
26
24
|
smart_union = True
|
27
25
|
extra = pydantic.Extra.allow
|
28
|
-
|
29
|
-
|
30
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunExecution=TestSuiteRunExecution)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .vellum_value import VellumValue
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunExecutionArrayOutput(UniversalBaseModel):
|
@@ -28,6 +26,3 @@ class TestSuiteRunExecutionArrayOutput(UniversalBaseModel):
|
|
28
26
|
frozen = True
|
29
27
|
smart_union = True
|
30
28
|
extra = pydantic.Extra.allow
|
31
|
-
|
32
|
-
|
33
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunExecutionArrayOutput=TestSuiteRunExecutionArrayOutput)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
@@ -8,7 +7,6 @@ from .test_suite_run_metric_output import TestSuiteRunMetricOutput
|
|
8
7
|
from .test_suite_run_execution_metric_definition import TestSuiteRunExecutionMetricDefinition
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
9
|
import pydantic
|
11
|
-
from ..core.pydantic_utilities import update_forward_refs
|
12
10
|
|
13
11
|
|
14
12
|
class TestSuiteRunExecutionMetricResult(UniversalBaseModel):
|
@@ -25,6 +23,3 @@ class TestSuiteRunExecutionMetricResult(UniversalBaseModel):
|
|
25
23
|
frozen = True
|
26
24
|
smart_union = True
|
27
25
|
extra = pydantic.Extra.allow
|
28
|
-
|
29
|
-
|
30
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunExecutionMetricResult=TestSuiteRunExecutionMetricResult)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
from .test_suite_run_external_exec_config_data import TestSuiteRunExternalExecConfigData
|
7
6
|
import typing
|
8
7
|
import pydantic
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunExternalExecConfig(UniversalBaseModel):
|
@@ -31,6 +29,3 @@ class TestSuiteRunExternalExecConfig(UniversalBaseModel):
|
|
31
29
|
frozen = True
|
32
30
|
smart_union = True
|
33
31
|
extra = pydantic.Extra.allow
|
34
|
-
|
35
|
-
|
36
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunExternalExecConfig=TestSuiteRunExternalExecConfig)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .external_test_case_execution import ExternalTestCaseExecution
|
8
7
|
import pydantic
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunExternalExecConfigData(UniversalBaseModel):
|
@@ -24,6 +22,3 @@ class TestSuiteRunExternalExecConfigData(UniversalBaseModel):
|
|
24
22
|
frozen = True
|
25
23
|
smart_union = True
|
26
24
|
extra = pydantic.Extra.allow
|
27
|
-
|
28
|
-
|
29
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunExternalExecConfigData=TestSuiteRunExternalExecConfigData)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import typing
|
7
6
|
from .external_test_case_execution_request import ExternalTestCaseExecutionRequest
|
8
7
|
import pydantic
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunExternalExecConfigDataRequest(UniversalBaseModel):
|
@@ -24,8 +22,3 @@ class TestSuiteRunExternalExecConfigDataRequest(UniversalBaseModel):
|
|
24
22
|
frozen = True
|
25
23
|
smart_union = True
|
26
24
|
extra = pydantic.Extra.allow
|
27
|
-
|
28
|
-
|
29
|
-
update_forward_refs(
|
30
|
-
ArrayVellumValueRequest, TestSuiteRunExternalExecConfigDataRequest=TestSuiteRunExternalExecConfigDataRequest
|
31
|
-
)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
from .test_suite_run_external_exec_config_data_request import TestSuiteRunExternalExecConfigDataRequest
|
7
6
|
import typing
|
8
7
|
import pydantic
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunExternalExecConfigRequest(UniversalBaseModel):
|
@@ -31,8 +29,3 @@ class TestSuiteRunExternalExecConfigRequest(UniversalBaseModel):
|
|
31
29
|
frozen = True
|
32
30
|
smart_union = True
|
33
31
|
extra = pydantic.Extra.allow
|
34
|
-
|
35
|
-
|
36
|
-
update_forward_refs(
|
37
|
-
ArrayVellumValueRequest, TestSuiteRunExternalExecConfigRequest=TestSuiteRunExternalExecConfigRequest
|
38
|
-
)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .vellum_value import VellumValue
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteRunMetricArrayOutput(UniversalBaseModel):
|
@@ -27,6 +25,3 @@ class TestSuiteRunMetricArrayOutput(UniversalBaseModel):
|
|
27
25
|
frozen = True
|
28
26
|
smart_union = True
|
29
27
|
extra = pydantic.Extra.allow
|
30
|
-
|
31
|
-
|
32
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunMetricArrayOutput=TestSuiteRunMetricArrayOutput)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import datetime as dt
|
@@ -11,7 +10,6 @@ import typing
|
|
11
10
|
from .test_suite_run_exec_config import TestSuiteRunExecConfig
|
12
11
|
from .test_suite_run_progress import TestSuiteRunProgress
|
13
12
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
14
|
-
from ..core.pydantic_utilities import update_forward_refs
|
15
13
|
|
16
14
|
|
17
15
|
class TestSuiteRunRead(UniversalBaseModel):
|
@@ -44,6 +42,3 @@ class TestSuiteRunRead(UniversalBaseModel):
|
|
44
42
|
frozen = True
|
45
43
|
smart_union = True
|
46
44
|
extra = pydantic.Extra.allow
|
47
|
-
|
48
|
-
|
49
|
-
update_forward_refs(ArrayVellumValue, TestSuiteRunRead=TestSuiteRunRead)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .test_case_variable_value import TestCaseVariableValue
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteTestCase(UniversalBaseModel):
|
@@ -25,6 +23,3 @@ class TestSuiteTestCase(UniversalBaseModel):
|
|
25
23
|
frozen = True
|
26
24
|
smart_union = True
|
27
25
|
extra = pydantic.Extra.allow
|
28
|
-
|
29
|
-
|
30
|
-
update_forward_refs(ArrayVellumValue, TestSuiteTestCase=TestSuiteTestCase)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import pydantic
|
7
6
|
import typing
|
8
7
|
from .create_test_suite_test_case_request import CreateTestSuiteTestCaseRequest
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteTestCaseCreateBulkOperationRequest(UniversalBaseModel):
|
@@ -31,8 +29,3 @@ class TestSuiteTestCaseCreateBulkOperationRequest(UniversalBaseModel):
|
|
31
29
|
frozen = True
|
32
30
|
smart_union = True
|
33
31
|
extra = pydantic.Extra.allow
|
34
|
-
|
35
|
-
|
36
|
-
update_forward_refs(
|
37
|
-
ArrayVellumValueRequest, TestSuiteTestCaseCreateBulkOperationRequest=TestSuiteTestCaseCreateBulkOperationRequest
|
38
|
-
)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import pydantic
|
7
6
|
import typing
|
8
7
|
from .replace_test_suite_test_case_request import ReplaceTestSuiteTestCaseRequest
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteTestCaseReplaceBulkOperationRequest(UniversalBaseModel):
|
@@ -31,8 +29,3 @@ class TestSuiteTestCaseReplaceBulkOperationRequest(UniversalBaseModel):
|
|
31
29
|
frozen = True
|
32
30
|
smart_union = True
|
33
31
|
extra = pydantic.Extra.allow
|
34
|
-
|
35
|
-
|
36
|
-
update_forward_refs(
|
37
|
-
ArrayVellumValueRequest, TestSuiteTestCaseReplaceBulkOperationRequest=TestSuiteTestCaseReplaceBulkOperationRequest
|
38
|
-
)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import pydantic
|
7
6
|
import typing
|
8
7
|
from .upsert_test_suite_test_case_request import UpsertTestSuiteTestCaseRequest
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class TestSuiteTestCaseUpsertBulkOperationRequest(UniversalBaseModel):
|
@@ -31,8 +29,3 @@ class TestSuiteTestCaseUpsertBulkOperationRequest(UniversalBaseModel):
|
|
31
29
|
frozen = True
|
32
30
|
smart_union = True
|
33
31
|
extra = pydantic.Extra.allow
|
34
|
-
|
35
|
-
|
36
|
-
update_forward_refs(
|
37
|
-
ArrayVellumValueRequest, TestSuiteTestCaseUpsertBulkOperationRequest=TestSuiteTestCaseUpsertBulkOperationRequest
|
38
|
-
)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import typing
|
7
6
|
import pydantic
|
8
7
|
from .named_test_case_variable_value_request import NamedTestCaseVariableValueRequest
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class UpsertTestSuiteTestCaseRequest(UniversalBaseModel):
|
@@ -44,6 +42,3 @@ class UpsertTestSuiteTestCaseRequest(UniversalBaseModel):
|
|
44
42
|
frozen = True
|
45
43
|
smart_union = True
|
46
44
|
extra = pydantic.Extra.allow
|
47
|
-
|
48
|
-
|
49
|
-
update_forward_refs(ArrayVellumValueRequest, UpsertTestSuiteTestCaseRequest=UpsertTestSuiteTestCaseRequest)
|
@@ -32,7 +32,4 @@ class VellumValueLogicalConditionGroupRequest(UniversalBaseModel):
|
|
32
32
|
|
33
33
|
from .vellum_value_logical_expression_request import VellumValueLogicalExpressionRequest # noqa: E402
|
34
34
|
|
35
|
-
update_forward_refs(
|
36
|
-
ArrayVellumValueRequest, VellumValueLogicalConditionGroupRequest=VellumValueLogicalConditionGroupRequest
|
37
|
-
)
|
38
35
|
update_forward_refs(VellumValueLogicalConditionGroupRequest)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value_request import ArrayVellumValueRequest
|
6
5
|
import typing
|
@@ -8,7 +7,6 @@ from .vellum_value_request import VellumValueRequest
|
|
8
7
|
from .logical_operator import LogicalOperator
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
9
|
import pydantic
|
11
|
-
from ..core.pydantic_utilities import update_forward_refs
|
12
10
|
|
13
11
|
|
14
12
|
class VellumValueLogicalConditionRequest(UniversalBaseModel):
|
@@ -29,6 +27,3 @@ class VellumValueLogicalConditionRequest(UniversalBaseModel):
|
|
29
27
|
frozen = True
|
30
28
|
smart_union = True
|
31
29
|
extra = pydantic.Extra.allow
|
32
|
-
|
33
|
-
|
34
|
-
update_forward_refs(ArrayVellumValueRequest, VellumValueLogicalConditionRequest=VellumValueLogicalConditionRequest)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
from .vellum_variable_type import VellumVariableType
|
@@ -9,7 +8,6 @@ from .vellum_value import VellumValue
|
|
9
8
|
from .vellum_variable_extensions import VellumVariableExtensions
|
10
9
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
11
10
|
import pydantic
|
12
|
-
from ..core.pydantic_utilities import update_forward_refs
|
13
11
|
|
14
12
|
|
15
13
|
class VellumVariable(UniversalBaseModel):
|
@@ -28,6 +26,3 @@ class VellumVariable(UniversalBaseModel):
|
|
28
26
|
frozen = True
|
29
27
|
smart_union = True
|
30
28
|
extra = pydantic.Extra.allow
|
31
|
-
|
32
|
-
|
33
|
-
update_forward_refs(ArrayVellumValue, VellumVariable=VellumVariable)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .api_request_parent_context import ApiRequestParentContext
|
6
5
|
from .array_vellum_value import ArrayVellumValue
|
@@ -14,7 +13,6 @@ import typing
|
|
14
13
|
from .slim_workflow_execution_read import SlimWorkflowExecutionRead
|
15
14
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
16
15
|
import pydantic
|
17
|
-
from ..core.pydantic_utilities import update_forward_refs
|
18
16
|
|
19
17
|
|
20
18
|
class WorkflowDeploymentEventExecutionsResponse(UniversalBaseModel):
|
@@ -29,27 +27,3 @@ class WorkflowDeploymentEventExecutionsResponse(UniversalBaseModel):
|
|
29
27
|
frozen = True
|
30
28
|
smart_union = True
|
31
29
|
extra = pydantic.Extra.allow
|
32
|
-
|
33
|
-
|
34
|
-
update_forward_refs(
|
35
|
-
ApiRequestParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
36
|
-
)
|
37
|
-
update_forward_refs(
|
38
|
-
ArrayVellumValue, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
39
|
-
)
|
40
|
-
update_forward_refs(
|
41
|
-
NodeParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
42
|
-
)
|
43
|
-
update_forward_refs(
|
44
|
-
PromptDeploymentParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
45
|
-
)
|
46
|
-
update_forward_refs(SpanLink, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse)
|
47
|
-
update_forward_refs(
|
48
|
-
WorkflowDeploymentParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
49
|
-
)
|
50
|
-
update_forward_refs(
|
51
|
-
WorkflowParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
52
|
-
)
|
53
|
-
update_forward_refs(
|
54
|
-
WorkflowSandboxParentContext, WorkflowDeploymentEventExecutionsResponse=WorkflowDeploymentEventExecutionsResponse
|
55
|
-
)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import datetime as dt
|
@@ -8,7 +7,6 @@ import pydantic
|
|
8
7
|
import typing
|
9
8
|
from .vellum_variable import VellumVariable
|
10
9
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
11
|
-
from ..core.pydantic_utilities import update_forward_refs
|
12
10
|
|
13
11
|
|
14
12
|
class WorkflowDeploymentHistoryItem(UniversalBaseModel):
|
@@ -40,6 +38,3 @@ class WorkflowDeploymentHistoryItem(UniversalBaseModel):
|
|
40
38
|
frozen = True
|
41
39
|
smart_union = True
|
42
40
|
extra = pydantic.Extra.allow
|
43
|
-
|
44
|
-
|
45
|
-
update_forward_refs(ArrayVellumValue, WorkflowDeploymentHistoryItem=WorkflowDeploymentHistoryItem)
|
@@ -40,10 +40,4 @@ from .workflow_parent_context import WorkflowParentContext # noqa: E402
|
|
40
40
|
from .workflow_sandbox_parent_context import WorkflowSandboxParentContext # noqa: E402
|
41
41
|
from .parent_context import ParentContext # noqa: E402
|
42
42
|
|
43
|
-
update_forward_refs(ApiRequestParentContext, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
44
|
-
update_forward_refs(NodeParentContext, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
45
|
-
update_forward_refs(PromptDeploymentParentContext, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
46
|
-
update_forward_refs(SpanLink, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
47
|
-
update_forward_refs(WorkflowParentContext, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
48
|
-
update_forward_refs(WorkflowSandboxParentContext, WorkflowDeploymentParentContext=WorkflowDeploymentParentContext)
|
49
43
|
update_forward_refs(WorkflowDeploymentParentContext)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import pydantic
|
@@ -10,7 +9,6 @@ from .environment_enum import EnvironmentEnum
|
|
10
9
|
import datetime as dt
|
11
10
|
from .vellum_variable import VellumVariable
|
12
11
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
13
|
-
from ..core.pydantic_utilities import update_forward_refs
|
14
12
|
|
15
13
|
|
16
14
|
class WorkflowDeploymentRead(UniversalBaseModel):
|
@@ -72,6 +70,3 @@ class WorkflowDeploymentRead(UniversalBaseModel):
|
|
72
70
|
frozen = True
|
73
71
|
smart_union = True
|
74
72
|
extra = pydantic.Extra.allow
|
75
|
-
|
76
|
-
|
77
|
-
update_forward_refs(ArrayVellumValue, WorkflowDeploymentRead=WorkflowDeploymentRead)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import datetime as dt
|
@@ -13,7 +12,6 @@ from .release_release_tag import ReleaseReleaseTag
|
|
13
12
|
from .slim_release_review import SlimReleaseReview
|
14
13
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
15
14
|
import pydantic
|
16
|
-
from ..core.pydantic_utilities import update_forward_refs
|
17
15
|
|
18
16
|
|
19
17
|
class WorkflowDeploymentRelease(UniversalBaseModel):
|
@@ -35,6 +33,3 @@ class WorkflowDeploymentRelease(UniversalBaseModel):
|
|
35
33
|
frozen = True
|
36
34
|
smart_union = True
|
37
35
|
extra = pydantic.Extra.allow
|
38
|
-
|
39
|
-
|
40
|
-
update_forward_refs(ArrayVellumValue, WorkflowDeploymentRelease=WorkflowDeploymentRelease)
|
@@ -1,13 +1,11 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
import typing
|
7
6
|
from .vellum_variable import VellumVariable
|
8
7
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
9
8
|
import pydantic
|
10
|
-
from ..core.pydantic_utilities import update_forward_refs
|
11
9
|
|
12
10
|
|
13
11
|
class WorkflowDeploymentReleaseWorkflowVersion(UniversalBaseModel):
|
@@ -23,6 +21,3 @@ class WorkflowDeploymentReleaseWorkflowVersion(UniversalBaseModel):
|
|
23
21
|
frozen = True
|
24
22
|
smart_union = True
|
25
23
|
extra = pydantic.Extra.allow
|
26
|
-
|
27
|
-
|
28
|
-
update_forward_refs(ArrayVellumValue, WorkflowDeploymentReleaseWorkflowVersion=WorkflowDeploymentReleaseWorkflowVersion)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .api_request_parent_context import ApiRequestParentContext
|
6
5
|
from .node_parent_context import NodeParentContext
|
@@ -20,7 +19,6 @@ from .workflow_execution_usage_calculation_fulfilled_body import WorkflowExecuti
|
|
20
19
|
from .vellum_span import VellumSpan
|
21
20
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
22
21
|
import pydantic
|
23
|
-
from ..core.pydantic_utilities import update_forward_refs
|
24
22
|
|
25
23
|
|
26
24
|
class WorkflowEventExecutionRead(UniversalBaseModel):
|
@@ -44,13 +42,3 @@ class WorkflowEventExecutionRead(UniversalBaseModel):
|
|
44
42
|
frozen = True
|
45
43
|
smart_union = True
|
46
44
|
extra = pydantic.Extra.allow
|
47
|
-
|
48
|
-
|
49
|
-
update_forward_refs(ApiRequestParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
50
|
-
update_forward_refs(NodeParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
51
|
-
update_forward_refs(PromptDeploymentParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
52
|
-
update_forward_refs(SpanLink, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
53
|
-
update_forward_refs(WorkflowDeploymentParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
54
|
-
update_forward_refs(WorkflowParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
55
|
-
update_forward_refs(WorkflowSandboxParentContext, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
56
|
-
update_forward_refs(ArrayVellumValue, WorkflowEventExecutionRead=WorkflowEventExecutionRead)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .array_vellum_value import ArrayVellumValue
|
6
5
|
from .execution_vellum_value import ExecutionVellumValue
|
@@ -8,7 +7,6 @@ import datetime as dt
|
|
8
7
|
import typing
|
9
8
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
10
9
|
import pydantic
|
11
|
-
from ..core.pydantic_utilities import update_forward_refs
|
12
10
|
|
13
11
|
|
14
12
|
class WorkflowExecutionActual(UniversalBaseModel):
|
@@ -25,6 +23,3 @@ class WorkflowExecutionActual(UniversalBaseModel):
|
|
25
23
|
frozen = True
|
26
24
|
smart_union = True
|
27
25
|
extra = pydantic.Extra.allow
|
28
|
-
|
29
|
-
|
30
|
-
update_forward_refs(ArrayVellumValue, WorkflowExecutionActual=WorkflowExecutionActual)
|
@@ -1,6 +1,5 @@
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
2
2
|
|
3
|
-
from __future__ import annotations
|
4
3
|
from ..core.pydantic_utilities import UniversalBaseModel
|
5
4
|
from .api_request_parent_context import ApiRequestParentContext
|
6
5
|
from .node_parent_context import NodeParentContext
|
@@ -16,7 +15,6 @@ import datetime as dt
|
|
16
15
|
from .api_version_enum import ApiVersionEnum
|
17
16
|
from ..core.pydantic_utilities import IS_PYDANTIC_V2
|
18
17
|
import pydantic
|
19
|
-
from ..core.pydantic_utilities import update_forward_refs
|
20
18
|
|
21
19
|
|
22
20
|
class WorkflowExecutionFulfilledEvent(UniversalBaseModel):
|
@@ -38,12 +36,3 @@ class WorkflowExecutionFulfilledEvent(UniversalBaseModel):
|
|
38
36
|
frozen = True
|
39
37
|
smart_union = True
|
40
38
|
extra = pydantic.Extra.allow
|
41
|
-
|
42
|
-
|
43
|
-
update_forward_refs(ApiRequestParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
44
|
-
update_forward_refs(NodeParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
45
|
-
update_forward_refs(PromptDeploymentParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
46
|
-
update_forward_refs(SpanLink, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
47
|
-
update_forward_refs(WorkflowDeploymentParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
48
|
-
update_forward_refs(WorkflowParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|
49
|
-
update_forward_refs(WorkflowSandboxParentContext, WorkflowExecutionFulfilledEvent=WorkflowExecutionFulfilledEvent)
|