Refactor CamelCase
attributes in Pydantic Models
#439
Labels
Milestone
CamelCase
attributes in Pydantic Models
#439
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 maintainCamelCase
in models' API while adhering tosnake_case
in Python code.The text was updated successfully, but these errors were encountered: