Skip to content

task_group

TaskGroupCreateV2Strict

Bases: TaskGroupCreateV2

A strict version of TaskGroupCreateV2, to be used for task collection.

Source code in fractal_server/app/schemas/v2/task_group.py
54
55
56
57
58
59
60
61
62
class TaskGroupCreateV2Strict(TaskGroupCreateV2):
    """
    A strict version of TaskGroupCreateV2, to be used for task collection.
    """

    path: AbsolutePathStr
    version: NonEmptyStr
    venv_path: AbsolutePathStr
    python_version: NonEmptyStr