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

Fix "ImportError" for jsonschema #479

Merged
merged 1 commit into from
Sep 26, 2023

Commits on Sep 26, 2023

  1. Stop using private API jsonschema

    This library relied on a private API of jsonschema to map a validation
    error to the right `OCPPError`. As of jsonschema==4.19.0, the private
    API has changed.[^1]. Using the latest release of jsonschema with this
    library caused an `ImportError`.
    
    This commit removes the dependency on the private API.
    
    [^1]: python-jsonschema/jsonschema@9313230
    OrangeTux committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    da4eb20 View commit details
    Browse the repository at this point in the history