Skip to content

feat(deps): Use dataclasses.dataclass instead of Pydantic models#493

Merged
edgarrmondragon merged 2 commits into
mainfrom
no-pydantic
Jun 2, 2026
Merged

feat(deps): Use dataclasses.dataclass instead of Pydantic models#493
edgarrmondragon merged 2 commits into
mainfrom
no-pydantic

Conversation

@edgarrmondragon

Copy link
Copy Markdown
Collaborator

Pydantic is only used minimally in 4 data classses, and rely only on basic serialization and comparison features.

Pydantic is only used minimally in 4 data classses, and rely only on basic serialization and comparison features.

Signed-off-by: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
@edgarrmondragon edgarrmondragon self-assigned this Jun 2, 2026
@edgarrmondragon

Copy link
Copy Markdown
Collaborator Author

Ah, we still have a transitive dependency on Pydantic via copier 😞

@edgarrmondragon edgarrmondragon marked this pull request as ready for review June 2, 2026 21:51
@edgarrmondragon edgarrmondragon requested a review from a team as a code owner June 2, 2026 21:51
@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jun 2, 2026
Merged via the queue into main with commit f3ede8b Jun 2, 2026
13 checks passed
@edgarrmondragon edgarrmondragon deleted the no-pydantic branch June 2, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant