See https://github.com/pydantic/pydantic/issues/2592 for a description of the issue.
This only handles the case where allOf is a list of length 1 with a $ref. Additionally some warnings were fixed related to deprecated Pydantic V2 methods and pytest warnings on class names starting with Test.
See https://github.com/pydantic/pydantic/issues/2592 for a description of the issue. This only handles the case where allOf is a list of length 1 with a
$ref
. Additionally some warnings were fixed related to deprecated Pydantic V2 methods and pytest warnings on class names starting withTest
.