Skip to content

feat: switch to pydantic for modeling#26

Merged
tylerdave merged 1 commit into
mainfrom
phase-b-planning
Mar 1, 2026
Merged

feat: switch to pydantic for modeling#26
tylerdave merged 1 commit into
mainfrom
phase-b-planning

Conversation

@tylerdave
Copy link
Copy Markdown
Member

  • Switch to pydantic for modeling
  • Update collections plans for future work

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 1, 2026

Docs Site preview: https://39fa1ea0.rockgarden.pages.dev

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - the dataclass → Pydantic migration is clean and correct. model_validate handles all the field coercions that were previously done manually in from_dict: Path fields are auto-coerced from strings, nested sub-models are resolved automatically, and the base_url stripping is properly moved into a field_validator. No issues found.

@tylerdave tylerdave merged commit e076d23 into main Mar 1, 2026
3 checks passed
@tylerdave tylerdave deleted the phase-b-planning branch March 1, 2026 20:32
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.

1 participant