Skip to content

[Python] Release 0.49.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 22:21
python-v0.49.2
c9ef386

Fixed

  • Canonical numeric bounds no float can hold are exposed as decimal.Decimal instead of a rounded, wider bound.

Performance

  • Faster serialization of canonicalized schemas.
  • Up to 70x faster canonicalize for multipleOf beside numeric bounds far from zero.