Skip to content

Releases: kuimono/openapi-schema-pydantic

v1.2.4

29 Jun 12:45
Compare
Choose a tag to compare

Changed

#17 Include py.typed marker in pypi packages
#19 Using logger instead of logging to write logs

v1.2.3

30 May 12:36
Compare
Choose a tag to compare

Changed

  • #12 Make backward compatible with Python 3.6

v1.2.2

03 Feb 12:51
2645e4f
Compare
Choose a tag to compare

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

v1.2.1

10 Sep 10:35
Compare
Choose a tag to compare

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

v1.2.0

28 Jun 01:43
0c11579
Compare
Choose a tag to compare

Added

  • Support OpenAPI schema v3.1.0