Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-jsonschema
From: Adam Ciarcinski
Date: 2023-11-27 16:37:10
Message id: 20231127153710.7A33AFA40@cvs.NetBSD.org
Log Message:
py-jsonschema: updated to 4.20.0
v4.20.0
* Properly consider items (and properties) to be evaluated by \
``unevaluatedItems`` (resp. ``unevaluatedProperties``) when behind a \
``$dynamicRef`` as specified by the 2020 and 2019 specifications.
* ``jsonschema.exceptions.ErrorTree.__setitem__`` is now deprecated.
More broadly, in general users of ``jsonschema`` should never be mutating \
objects owned by the library.
Files: