Skip to content

0.7.0

Choose a tag to compare

@p1c2u p1c2u released this 23 Feb 12:52
· 57 commits to master since this release

Features

  • OAS30 strict validator #251

Fixes

  • Ignore readOnly/writeOnly set to False #248
  • Discriminator handling for non-object instances #249
  • Narrower handling around unresolved refs #250

Breaking changes

  • OAS30Validator with schema type string only accepts str (before accepted both str and bytes) #251
  • Added support for Python 3.12, 3.13 and 3.14 #205 #247
  • Dropped support for Python 3.8 and 3.9 #205 #246