17 Include `py.typed` marker in pypi packages 19 Using `logger` instead of `logging` to write logs
1.2.3
Changed
- 12 Make backward compatible with Python 3.6
1.2.2
Fixed
- 4 Allow `Schema` type `additionalProperties` field to be boolean - 5 Allow URL fields in `SecurityScheme` / `OAuthFlow` to be string - 9 Switch to use `extra = Extra.ignore` instead of `Extra.forbid`
1.2.1
Added - Add `v3.v3_0_3.util` for users who still wants to use v3.0.3 OpenAPI with `PydanticSchema`
Fixed - Fix for correct forward reference handling