You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe since 4.10.2 it works again even for OAS30, due to changes on jsonschema's end (python-jsonschema/jsonschema@a8c3b14).
But, as you said, it is still a technically unsupported thing.
https://pypi.org/project/jsonschema/#history
They have created their own
evolve
method instead of using theattrs.evolve
and that breaks a lot.https://github.com/python-jsonschema/jsonschema/blob/ae0feea5e5e8c1a80efb1f17a20b15295355518a/jsonschema/validators.py#L204-L216
I have also created an issue on their end: python-jsonschema/jsonschema#982
The text was updated successfully, but these errors were encountered: