Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.12.0
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 18, 2022

  1. Warn at runtime when subclassing validator classes.

    Doing so was not intended to be public API, though it seems
    some downstream libraries do so.
    
    A future version will make this an error, as it is brittle and
    better served by composing validator objects instead.
    
    Feel free to reach out if there are any cases where changing
    existing code seems difficult and I can try to provide guidance.
    
    Refs: #982
    Julian committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e69cb7a View commit details
    Browse the repository at this point in the history
Loading