-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Migrate RefResolver to referencing.Registry #80
Conversation
9e59b72
to
bd97003
Compare
3014417
to
d16ba81
Compare
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Julian Berman <Julian@GrayVines.com>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you both!
I'll cut a release early next week. |
https://build.opensuse.org/request/show/1101394 by user bnavigator + dimstar_suse - Add jupyter_events-pr80-jsonschema-referencing.patch * gh#jupyter/jupyter_events#80 * Avoid test suite errors in consuming packages because of jsonschema DeprecationWarning - Remove workaround for rpmlint parser crash (forwarded request 1101393 from bnavigator)
Thank you for finishing the PR @blink1073! |
This PR seems to have broken things for various people in older versions of jsonschema: #99. I think we need to revisit this change. I'll see if I can devise a way to handle the transition to this new API more smoothly. |
Fixes warning:
See: https://github.com/jupyterlab/jupyter-collaboration/actions/runs/5533655455/jobs/10097501386?pr=175#step:6:97
This PR is ready, but merging will:
jsonschema
to v4.18. See the changelog https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst#v4180referencing
library doesn't support it.