Browse Source
Previously the error messages raised when a complex type
wasn't a pydantic `BaseModel` included "...that {type_} is..."
instead of including the true argument / return type.
This made debugging the use of complex, non-pydantic types
difficult, especially in deeply nested dependencies.
pull/14416/head
committed by
GitHub
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue