fierce-dog-7777
06/24/2025, 12:47 PMarbitrary_types_allowed=True
in the model_config to ignore this error or implement __get_pydantic_core_schema__
on your type to fully support it.
If you got this error by calling handler(<some type>) within __get_pydantic_core_schema__
then you likely need to call handler.generate_schema(<some type>)
since we do not call __get_pydantic_core_schema__
on <some type>
otherwise to avoid infinite recursion.tall-airline-16756
06/24/2025, 12:47 PMtall-airline-16756
06/24/2025, 12:47 PM