Closed faph closed 2 years ago
See issue #23
BTW, Why is there a max recursion error here?
The max recursion error is coming from a Pydantic change with regards to forward refs. Need to debug.
Possibly as a result of https://github.com/pydantic/pydantic/pull/4249. Using field.annotations instead.
field.annotations
See issue #23
BTW, Why is there a max recursion error here?