agostof
Results
2
issues of
agostof
When running a simple example client I get the following error: ``` pydantic.errors.ConfigError: field "status" not yet prepared so type is still a ForwardRef, you might need to call Metadata.update_forward_refs()....
The models in the temporary work directory for several classes are empty and causes the generator to stop. The models in question are looking like: ``` class TraitNewRequest(BaseModel): ``` What...