Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jsonschemaDeprecationWarning-fix (#857)
* Passing a schema to Validator.is_valid is deprecated and will be removed in a future release. Call validator.evolve(schema=new_schema).is_valid(...) instead.
- Loading branch information