-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with some specific field types #21
Comments
@abnerjacobsen, hello, I have checked, this problem exists. There will be a fix for Literal in the next two days. But no don't expect a fix from Dict[..., ...] |
@dotX12 Thanks, I will be wait for the fix for Literal type. I understand the difficulty of handling a dict field in the openapi/swagger web interface, for now I am uploading a JSON file to work around the problem. |
@abnerjacobsen, hi! |
Hi,
With an model like this:
I got this exceptions:
If I remove the fields of type Literal and Dict[str, Any] pyfa works fine.
Any idea on how to solve this problem ?
Thanks
The text was updated successfully, but these errors were encountered: