Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.7.0.tar.gz | 2022-05-09 | 341.9 kB | |
4.7.0.zip | 2022-05-09 | 832.1 kB | |
README.md | 2022-05-09 | 425 Bytes | |
Totals: 3 Items | 1.2 MB | 0 |
Changed
- Expanded
IntegerFormat
to support more fixed width integers [#301] @wqz-leo - Append more types of values to MultipartFormData including arrays and dictionaries [#293] @0x0c
Fixed
- Fixed duplicated switch cases when using explicit mappings in oneOf discriminator [#297] @JanC
- Prefer generating composed types (oneOf, anyOf, ..) if the schema contains both
type: object
andoneOf
[#302] @JanC