ralph icon indicating copy to clipboard operation
ralph copied to clipboard

Refactor `CamelCase` attributes in Pydantic Models

Open lebaudantoine opened this issue 2 years ago • 0 comments

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.

lebaudantoine avatar Sep 19 '23 07:09 lebaudantoine