Skip to content

task_group

TaskGroupCreateStrict

Bases: TaskGroupCreate

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

Source code in fractal_server/app/schemas/v2/task_group.py
57
58
59
60
61
62
63
64
65
class TaskGroupCreateStrict(TaskGroupCreate):
    """
    A strict version of TaskGroupCreate, to be used for task collection.
    """

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