-
Notifications
You must be signed in to change notification settings - Fork 21
Fix pydantic version tag #333
Copy link
Copy link
Closed
Labels
cleanupFix the leftovers of a major migrationFix the leftovers of a major migrationneeds investigationthe truth is out therethe truth is out there
Description
As of #236, we have this version matrix for pydantic:
- Use version 2.9.2 for Python versions older than 3.14.
- Use the latest (as of this writing) version 2.12.5 for Python 3.14. This is the only
pydanticversion compatible with 3.14.
It is probably fine to use latest pydantic everywhere. I thought it would be better to enable testing for 3.14 and have at least one set of tests running latest pydantic than block until we can check against each of the changelists.
But... we should eventually streamline this to use one pydantic version requirement unless there is a reason not to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanupFix the leftovers of a major migrationFix the leftovers of a major migrationneeds investigationthe truth is out therethe truth is out there