Commit dbdbe33
chore: prepare release 0.17.3 (#970)
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 <[email protected]>1 parent 7b0b93a commit dbdbe33
File tree
3 files changed
+13
-10
lines changed- .changeset
3 files changed
+13
-10
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments