PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

Docs Bug 🐛 : Pydantic 2.0 broke the auto-generated docs for classes

Open aaronsteers opened this issue 7 months ago • 0 comments

Classes no longer display their initialization parameters, since upgrading to Pydantic 2.0 earlier this week. Note the fields displayed are Pydantic BaseModel interfaces, but the actual fields the user needs to configure are missing from the docs.

image

Related:

  • https://github.com/mitmproxy/pdoc/issues/715

aaronsteers avatar Jul 10 '24 15:07 aaronsteers