Skip to content

Chore(deps): bump fastjsonschema from 2.19.1 to 2.20.0

HIFIS Bot requested to merge dependabot-pip-fastjsonschema-2.20.0 into main

Bumps fastjsonschema from 2.19.1 to 2.20.0.

Changelog

Sourced from fastjsonschema's changelog.

=== 2.20.0 (2024-06-15)

  • Added validations at compile time:
    • required must have unique items
    • checking if schema is not allowing required items (item is required, but is not listed in properties)
Commits
  • d2fbc8f Validate more deeply required attribute
  • efc04da Merge pull request #180 from edgarrmondragon/pytest-warns-none
  • c7da3f1 Merge pull request #179 from edgarrmondragon/python3.12
  • 9bc0341 Upload to pypi using twine
  • 427a34e Use warnings.catch_warnings instead of pytest.warns(None) in tests
  • 7bc3846 Test on Python 3.12
  • See full diff in compare view

Merge request reports

Loading