Skip to content

Pydantic v2, see if slots=True can be used for Model and Dataset to reduce memory usage #267

@github-actions

Description

@github-actions

# TODO: Pydantic v2, see if slots=True can be used for Model and Dataset to reduce memory usage

    __root__: _RootT = pyd.Field(default_factory=undefined_default_factory)

    # TODO: Pydantic v2, see if slots=True can be used for Model and Dataset to reduce memory usage

    class Config:
        arbitrary_types_allowed = True
        validate_all = True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions