airbytehq/PyAirbyte

Docs Bug ๐Ÿ› : Pydantic 2.0 broke the auto-generated docs for classes

aaronsteers opened this issue ยท 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: