You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When encountering a problem, the generator will now differentiate between warnings (things it was able to skip past)
and errors (things which halt generation altogether).
Additions
The generator can now handle many more errors gracefully, skipping the things it can't generate and continuing
with the pieces it can.
Support for Enums declared in "components/schemas" and references to them (#102).
Generated clients can now be installed via pip (#120).