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

jsonschemaDeprecationWarning-fix #857

Commits on Mar 13, 2023

  1. Passing a schema to Validator.is_valid is deprecated and will be remo…

    …ved in a future release. Call validator.evolve(schema=new_schema).is_valid(...) instead.
    alex.wu committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7a1f17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4458e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    3175ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f51d8b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into jsonschemaDepreca…

    …tionWarning-fix
    alex.wu committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bf04203 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into jsonschemaDepreca…

    …tionWarning-fix
    alex.wu committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    21f8871 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    e548be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ea720 View commit details
    Browse the repository at this point in the history