Python generic type on function getting lost somewhere
Getting this typing error:
Pydantic not able to validate recursively defined types at runtime
I am trying to encapsulate Json-serializability with Pydantic.
Access a string value from a property object
I am creating an API with FastAPI and used pydantic and typing to define my models.
One of my classes is: