Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CamelCase attributes in Pydantic Models #439

Open
lebaudantoine opened this issue Sep 19, 2023 · 0 comments
Open

Refactor CamelCase attributes in Pydantic Models #439

lebaudantoine opened this issue Sep 19, 2023 · 0 comments
Milestone

Comments

@lebaudantoine
Copy link
Contributor

lebaudantoine commented Sep 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants