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

Update jsonschema to 3.0.0 #841

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link

This PR updates jsonschema from 2.4.0 to 3.0.0.

Changelog

3.0.0

------

* Support for Draft 6 and Draft 7
* Draft 7 is now the default
* New ``TypeChecker`` object for more complex type definitions (and overrides)
* Falling back to isodate for the date-time format checker is no longer
attempted, in accordance with the specification

2.6.0

------

* Support for Python 2.6 has been dropped.
* Improve a few error messages for ``uniqueItems`` (224) and
``additionalProperties`` (317)
* Fix an issue with ``ErrorTree``'s handling of multiple errors (288)

2.5.0

------

* Improved performance on CPython by adding caching around ref resolution
(203)
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants