ralph
ralph copied to clipboard
Refactor `CamelCase` attributes in Pydantic Models
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.