Skip to content
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

CI fails due to jsonschema.RefResolver being deprecated #1302

Open
andrii-i opened this issue Jul 17, 2023 · 5 comments
Open

CI fails due to jsonschema.RefResolver being deprecated #1302

andrii-i opened this issue Jul 17, 2023 · 5 comments
Labels

Comments

@andrii-i
Copy link

andrii-i commented Jul 17, 2023

Description

Test jupyterlab_server CI step fails (see all latest runs on main, for example this) because jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library:

DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.

Affects downstream extensions, for example jupyter-server/jupyter-scheduler#387 (CI run).

Reproduce

See latest jupyterlab_server CI Job runs, for example this

@andrii-i andrii-i added the bug label Jul 17, 2023
@welcome
Copy link

welcome bot commented Jul 17, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

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.
welcome
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! 👋

Welcome to the Jupyter community! 🎉

@blink1073
Copy link
Collaborator

@andrii-i
Copy link
Author

Thank you @blink1073

@blink1073
Copy link
Collaborator

Hmm, we're still seeing this in recent PRs

@blink1073 blink1073 reopened this Jul 26, 2023
@blink1073
Copy link
Collaborator

I believe this will be fixed by jupyter/jupyter_events#80 once I cut a release tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants