-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
code qualityIndique qu'il s'agit d'une amélioration de la qualité du code (au sens très large)Indique qu'il s'agit d'une amélioration de la qualité du code (au sens très large)
Description
Replace Marshmallow with Pydantic
Why this change:
• Broad adoption (notably in FastAPI), excellent documentation, and active maintenance.
• Better performance in many use cases (see discussion: HN – Why Pydantic is replacing Marshmallow).
• Pydantic relies on native Python type hints, making code more concise and readable, and compatible with tpe checkers/IDE
• Cleaner object-oriented approach, with models closer to enriched dataclasses.
PR: #149
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code qualityIndique qu'il s'agit d'une amélioration de la qualité du code (au sens très large)Indique qu'il s'agit d'une amélioration de la qualité du code (au sens très large)
Type
Projects
Status
👀 Review