Skip to content

0.17.3 (2024-02-20)

Compare
Choose a tag to compare
@dbanty dbanty released this 20 Feb 03:08
· 170 commits to main since this release
dbdbe33

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.