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.
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
Fieldalias to maintainCamelCasein models' API while adhering tosnake_casein Python code.