Describe the bug
Pydantic V1 and V2 models co-existing is creating an issue with backwards compatibility. Please check the latest changes from fast api viz fastapi/fastapi#14168 which create the models as xxxx-Input and xxxx-Output which is breaking the existing code.