As of the current date, pydantic is up to v2.11, and the last major v1 release was about 3 years ago.
There are breaking changes between v1 and v2.
The pydantic devs have written a v1 -> v2 migration guide. It details a code transformation tool they've created, which could help us speed up migration.
As of the current date, pydantic is up to v2.11, and the last major v1 release was about 3 years ago.
There are breaking changes between v1 and v2.
The pydantic devs have written a v1 -> v2 migration guide. It details a code transformation tool they've created, which could help us speed up migration.