Ask a question to get started
Enter to send•Shift+Enter new line
Check if a given "complex" type is supported by pydantic.
This will return False for primitive types like int, str, etc.
The check is meant for container types like dataclasses, TypedDicts, etc.
is_supported_by_pydantic( type_: Any, ) -> bool