-
Notifications
You must be signed in to change notification settings - Fork 149
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
Validation fails for jsonschema version 4.18 #1569
Comments
I would just point out that jupyter_events has now moved to jsonschema v4.18.0, so this creates a problem for those using Frictionless within JupyterLab (for the moment, one can get around this by pinning jupyter_events<v0.7.0). My sense (based on a quick read) is that this is going to require some code changes to frictionless-py to make it compatible with the new API implemented in jsonschema>=4.18.0. Unfortunately I don't have time to work on this right now. |
Yes I second that. Frictionless is a core dependency to our library, which is also designed for working well in Jupyter, so there is a dependency clash
|
Any prospects of this being addressed in the near future? |
I finally updated our project to use frictionless v5 rather than v4 and was also surprised to see It would be great to get this updated! |
FYI, the latest JupyterLab releases (4.1.8 and 4.2.0rc0) now require |
Thanks, yes! |
Overview
This fails in jsonschema version 4.18
Due to that the following code fails:
The text was updated successfully, but these errors were encountered: