-
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.
* bumped pydantic to v2 Signed-off-by: Tiago Santana <[email protected]> * add pydantic.v1 compatibility in pydantic tools and validatefunction Signed-off-by: Tiago Santana <[email protected]> * replace deprecated parse_obj() with model_validate() Signed-off-by: Tiago Santana <[email protected]> * replace deprecated parse_raw() with model_validate_json() Signed-off-by: Tiago Santana <[email protected]> * replace deprecated update_forward_refs() with model_rebuild() Signed-off-by: Tiago Santana <[email protected]> * replace deprecated .json() with .model_dump_json() Signed-off-by: Tiago Santana <[email protected]> * replace missing deprecated parse_raw() with model_validate_json() Signed-off-by: Tiago Santana <[email protected]> * fix import ValidationError Signed-off-by: Tiago Santana <[email protected]> * remove None default value in raw_value Signed-off-by: Tiago Santana <[email protected]> * changed pydantic version Signed-off-by: Tiago Santana <[email protected]> * reverse changes in defaults url in test config Signed-off-by: Tiago Santana <[email protected]> * fix payload arg in MessagePayload Signed-off-by: Tiago Santana <[email protected]> * add missing fix payload arg in app Signed-off-by: Tiago Santana <[email protected]> * replace parse_obj_as with TypeAdapter. fix import v1 validationerror Signed-off-by: Tiago Santana <[email protected]> * replaced validatedFunction with v2 validate_call. replaced missing parse_raw_as with validate_json Signed-off-by: Tiago Santana <[email protected]> * bumped version Signed-off-by: Tiago Santana <[email protected]> * changed tabulate version Signed-off-by: Tiago Santana <[email protected]> * fix mkdocs build by set version of mkdocs and add mognet request class description Signed-off-by: Tiago Santana <[email protected]> --------- Signed-off-by: Tiago Santana <[email protected]>
- Loading branch information
1 parent
77002ce
commit b171610
Showing
16 changed files
with
1,180 additions
and
824 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,4 +27,4 @@ def dict(self, **kwargs): | |
} | ||
|
||
|
||
ResultTree.update_forward_refs() | ||
ResultTree.model_rebuild() |
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
Oops, something went wrong.