Open andrii-i opened 1 year ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Thank you @blink1073
Hmm, we're still seeing this in recent PRs
I believe this will be fixed by https://github.com/jupyter/jupyter_events/pull/80 once I cut a release tomorrow.
Description
Test
jupyterlab_server
CI step fails (see all latest runs on main, for example this) becausejsonschema.RefResolver
is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library:Affects downstream extensions, for example https://github.com/jupyter-server/jupyter-scheduler/pull/387 (CI run).
Reproduce
See latest
jupyterlab_server
CI Job runs, for example this