Skip to content

Refactor CamelCase attributes in Pydantic Models #439

@lebaudantoine

Description

@lebaudantoine

Feature request

Is your feature request related to a problem or unsupported use case? Please describe.
Some Pydantic models have CamelCase attributes, which do not align with PEP8.

Describe the solution you'd like
Use Pydantic Field alias to maintain CamelCase in models' API while adhering to snake_case in Python code.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions