Skip to content

Conversation

will-s-hart
Copy link

@will-s-hart will-s-hart commented Sep 24, 2025

Change Summary

The Pydantic dict() method has been renamed model_dump() (the dict() alias is deprecated in Pydantic V2 and will be removed in Pydantic V3). The dict() and model_dump() methods work identically in Pydantic V2, so simply switching shouldn't affect anything elsewhere.

Related issue number

Closes #745

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI
  • Documentation reflects the changes where applicable

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.

Deprecated Pydantic dict method
1 participant