-
Notifications
You must be signed in to change notification settings - Fork 796
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
Issue: type object 'Draft7Validator' has no attribute 'FORMAT_CHECKER' #2857
Comments
Thanks for reporting the bug! Indeed, a quick fix for anyone affected is to upgrade jsonschema. pip install jsonschema --upgrade @mattijn @joelostblom This is an urgent one. I already fixed it in #2812 but that PR never made its way into the 4.2.1 release. Probably because the PR was actually about something else and I just fixed this backwards compatibility issue on the side. Sorry for that! Should have kept these PRs better separated and spot it while reviewing #2844. I can't get in front of a laptop right now but I can create a PR against |
Thanks for the report @driadi. While you were running Great Expectations, me was running 'to what extend did I just break the Internet?' So currently:
|
Clarification on the version compatibility:
|
Done per https://pypi.org/project/altair/4.2.2/ |
Came here because I found this error when running Great Expectations and it seems that the issue occurred in v4.2.1.
I haven't verified this yet but it seems that
jsonschema.Draft7Validator
only hasFORMAT_CHECKER
attribute since jsonschema >= v4.3.0 so perhaps the requirements file in this module needs to be updated?The text was updated successfully, but these errors were encountered: