Rework Pydantic Model Usage
Opened this issue · 0 comments
spartypkp commented
Description
Replace basic Python dictionaries with Pydantic models for data validation and quality of life improvements.
Steps
- Identify dictionary usage in each jurisdiction's scraper.
- Replace with Pydantic models.
- Update SQL insertion code.
- Test refactored code.