8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
fixes #958
Sorry, something went wrong.
fix: bad code generated for nested unions
b10f4a7
fixes openapi-generators#958
Merge branch 'main' into fix-nested-unions
fa221a9
chore: changeset
8853828
7c92bcb
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
A perfect PR 🙇
7eb4093
chore: prepare release 0.17.3 (#970)
dbdbe33
This PR was created by Knope. Merging it will create a new release ### Fixes #### Remove spurious field_dict.update({}) for types without properties (#969) #### Fix invalid type check for nested unions Nested union types (unions of unions) were generating `isinstance()` checks that were not valid (at least for Python 3.9). Thanks to @codebutler for PR #959 which fixes #958 and #967. Co-authored-by: GitHub <github-actions@github.com>
dbanty dbanty approved these changes
Successfully merging this pull request may close these issues.