We recently moved some of our response models to be strictly Pydantic types, but in doing so, we noticed those new controller's aren't registering in the OpenAPI schema. We have the pydantic plugin configured and the types registered in the signature_namespace, but for a large number of our routes, we're not even getting any errors of why the schema is coming back incomplete.
I'm happy to try to rip out a minimal reproduction, but before I do so, I'm just curious if there's any gothcas with how the OpenAPI plugin is looking for the types/registration.
Currently on version 2.5.1 in case bumping the version is the answer as well.