-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix predictors for pydantic 2 API changes
Pydantic 2.x BaseModel has a slightly different API, and generates slightly different JSON schemas. https://docs.pydantic.dev/latest/migration/#changes-to-pydanticbasemodel https://docs.pydantic.dev/latest/migration/#changes-to-json-schema-generation
- Loading branch information
1 parent
4a3819b
commit 9ab9628
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters