Skip to content

Releases: python-openapi/openapi-core

0.9.0

22 Mar 14:56

Choose a tag to compare

Changelog

  • Raw value type strict validation (#123
  • Object additionalProperties support (#121)
  • Properly formatting UUID if value is already a UUID (#112)
  • String byte format fix (#117)

0.8.0

28 Feb 14:21

Choose a tag to compare

Changelog

  • byte string format (#111)
  • Fix import in an example (#102)
  • Dont use value for determining any type (#106)
  • Test for non utc systems fix (#107)
  • Accepting uuid string format and validating accordingly (#109)

0.7.1

28 Feb 14:16

Choose a tag to compare

Changelog

  • Python 2.7 requirements fix