Skip to content

[Python] Release 0.46.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:01
· 367 commits to master since this release
da4105f

Fixed

  • prefixItems incorrectly recognised as a known keyword in Draft 2019-09 and earlier (it is 2020-12 only).
  • pattern validation errors displayed the internally translated regex instead of the original schema pattern. #1149
  • Reuse registry retrievers when only registry is passed.
  • Reference leak when serializing large integers on Python 3.12+.