Open Issues Need Help
View All on GitHub Replace Pydantic with stdlib dataclasses 4 months ago
AI Summary: This issue proposes replacing the Pydantic library with Python's built-in dataclasses for two simple models. The current Pydantic usage is deemed overkill, as only basic validation (checking for existence and string type) is required, making dataclasses a more lightweight alternative.
Complexity:
1/5
enhancement good first issue help wanted