-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency jsonschema to <4.24 #392
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-jsonschema-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: Out of sync
labels
Nov 26, 2023
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
December 1, 2023 16:26
f984656
to
43925ea
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Dec 1, 2023
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
December 11, 2023 16:41
43925ea
to
8cb7c66
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
January 16, 2024 18:09
8cb7c66
to
6496b38
Compare
renovate
bot
changed the title
chore(deps): update dependency jsonschema to <4.21
chore(deps): update dependency jsonschema to <4.22
Jan 16, 2024
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
2 times, most recently
from
January 22, 2024 08:33
fa6abce
to
eef7092
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
February 9, 2024 11:15
eef7092
to
2010dce
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
2 times, most recently
from
April 12, 2024 13:08
6a126c3
to
7c33c2e
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
April 25, 2024 10:25
7c33c2e
to
bceaa7c
Compare
github-actions
bot
added
Libraries: OK
Libraries: Out of sync
and removed
Libraries: Out of sync
Libraries: OK
labels
Apr 25, 2024
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
April 25, 2024 14:10
bceaa7c
to
cdfe709
Compare
github-actions
bot
added
Libraries: OK
Libraries: Out of sync
and removed
Libraries: Out of sync
Libraries: OK
labels
Apr 25, 2024
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
April 26, 2024 09:24
cdfe709
to
d22967e
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
July 11, 2024 07:09
7577b41
to
81b55dd
Compare
github-actions
bot
added
Libraries: Out of sync
Libraries: OK
and removed
Libraries: OK
Libraries: Out of sync
labels
Jul 11, 2024
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
4 times, most recently
from
July 30, 2024 18:52
eea37d6
to
da1d865
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
August 6, 2024 14:32
da1d865
to
08f02f2
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
2 times, most recently
from
August 21, 2024 17:29
8a0f0b4
to
9e469cf
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
2 times, most recently
from
September 9, 2024 07:16
5a8e663
to
a8d8491
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
September 26, 2024 12:50
a8d8491
to
37324c7
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
November 14, 2024 13:32
37324c7
to
a53e653
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
7 times, most recently
from
November 27, 2024 22:44
8e5fa5d
to
8079e2c
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
2 times, most recently
from
December 2, 2024 15:17
f94a445
to
1d01d51
Compare
renovate
bot
force-pushed
the
renovate-jsonschema-4.x
branch
from
December 5, 2024 11:38
1d01d51
to
4e4b0fd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
<4.18
-><4.24
Release Notes
python-jsonschema/jsonschema (jsonschema)
v4.23.0
Compare Source
=======
v4.22.0
Compare Source
=======
best_match
(and thereby error messages fromjsonschema.validate
) in cases where there are multiple sibling errors from applyinganyOf
/allOf
-- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).==
would.v4.21.1
Compare Source
=======
contains
keyword by removing some unnecessary validator (re-)creation.v4.21.0
Compare Source
=======
enum
in the presence of0
or1
to properly considerTrue
andFalse
unequal (#1208).{min,max}{Items,Length,Properties}
when they're checking for emptiness rather than true length.v4.20.0
Compare Source
=======
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.v4.19.2
Compare Source
=======
additionalItems
keyword into JSON Schema draft 2020-12, where it was replaced byitems
.v4.19.1
Compare Source
=======
hostname
format.This is the behavior specified by the relevant RFC (1123).
IDN hostname behavior was already correct.
v4.19.0
Compare Source
=======
Validator
protocol directly from the package root is deprecated.Import it from
jsonschema.protocols.Validator
instead.Such resources are assumed to be 2020-12 schemas.
This more closely matches the pre-referencing library behavior.
v4.18.6
Compare Source
=======
jsonschema
specific user agent when automatically retrieving remote references (which is deprecated).v4.18.5
Compare Source
=======
v4.18.4
Compare Source
=======
v4.18.3
Compare Source
=======
applicable_validators
in extended validators.Specifically, validators extending early drafts where siblings of
$ref
were ignored will properly ignore siblings in the extended validator.v4.18.2
Compare Source
=======
jsonschema.RefResolver
and pointer resolution.v4.18.1
Compare Source
=======
jsonschema.RefResolver
based resolution when used in combination with a custom validation dialect (viajsonschema.validators.create
).v4.18.0
Compare Source
=======
This release majorly rehauls the way in which JSON Schema reference resolution is configured.
It does so in a way that should be backwards compatible, preserving old behavior whilst emitting deprecation warnings.
jsonschema.RefResolver
is now deprecated in favor of the newreferencing library <https://github.com/python-jsonschema/referencing/>
_.referencing
will begin in beta, but already is more compliant than the existing$ref
support.This change is a culmination of a meaningful chunk of work to make
$ref
resolution more flexible and more correct.Backwards compatibility should be preserved for existing code which uses
RefResolver
, though doing so is again now deprecated, and all such use cases should be doable using the new APIs.Please file issues on the
referencing
tracker if there is functionality missing from it, or here on thejsonschema
issue tracker if you have issues with existing code not functioning the same, or with figuring out how to change it to usereferencing
.In particular, this referencing change includes a change concerning automatic retrieval of remote references (retrieving
http://foo/bar
automatically within a schema).This behavior has always been a potential security risk and counter to the recommendations of the JSON Schema specifications; it has survived this long essentially only for backwards compatibility reasons, and now explicitly produces warnings.
The
referencing
library itself will not automatically retrieve references if you interact directly with it, so the deprecated behavior is only triggered if you fully rely on the default$ref
resolution behavior and also include remote references in your schema, which will still be retrieved during the deprecation period (after which they will become an error).This should not be a "visible" change in the sense that
requires-python
has been updated, so users using 3.7 should still receivev4.17.3
when installing the library.unevaluatedItems
now properly does not consider items to be evaluated by anadditionalItems
schema ifitems
is missing from the schema, as the specification says in this case thatadditionalItems
must be completely ignored.date
format checker on Python 3.11 (when format assertion behavior is enabled), where it was too liberal (#1076).unevaluatedProperties
(#1075).Deprecations
jsonschema.RefResolver
-- see above for details on the replacementjsonschema.RefResolutionError
-- see above for details on the replacementjsonschema.ErrorTree
-- instead import it viajsonschema.exceptions.ErrorTree
jsonschema.FormatError
-- instead import it viajsonschema.exceptions.FormatError
Configuration
📅 Schedule: Branch creation - "on the 2nd and 4th day instance on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.