Skip to content

feat: remove pydantic for dataclasses #153

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

Merged
merged 1 commit into from
Nov 26, 2024
Merged

feat: remove pydantic for dataclasses #153

merged 1 commit into from
Nov 26, 2024

Conversation

Ben-Epstein
Copy link
Contributor

While it's great in many cases (and we can add it back if the repo requires it), there's no value being had in this particular case in pydantic because we simply store a dict.

Remove the dependency and use a dataclass.

@Ben-Epstein Ben-Epstein requested a review from alkasm November 26, 2024 02:38
@alkasm alkasm changed the title chore: remove pydantic for dataclasses feat: remove pydantic for dataclasses Nov 26, 2024
@alkasm
Copy link
Contributor

alkasm commented Nov 26, 2024

Changed title to feat as we use "chores" a bit more restrictively.

Thank you!

@alkasm alkasm merged commit 0cac531 into main Nov 26, 2024
6 checks passed
@alkasm alkasm deleted the chore/remove-pydantic branch November 26, 2024 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants