Skip to content

Conversation

@ceciliastevens
Copy link
Contributor

@ceciliastevens ceciliastevens commented Jul 30, 2025

Details of the pydantic v1->v2 migration here: https://docs.pydantic.dev/dev/migration/

None of our changes should directly impact customers, but changes to the underlying pydantic APIs may impact (for example if anyone was using something like model.parse_raw() or something like that. Those methods are deprecated but should still work, but we should instead use the pydantic v2 model.model_validate() or similar.

@ceciliastevens ceciliastevens marked this pull request as ready for review August 1, 2025 17:23
@tora-kozic
Copy link
Contributor

For the changelog, I would mention that this version will now require pydantic v2 with a short phrase about how users may or may not see impacts, along with a link to pydantics migration docs

@ceciliastevens ceciliastevens merged commit 9d0701f into main Aug 11, 2025
7 checks passed
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.

4 participants