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/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.33.1
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.33.2
Choose a head ref
  • 4 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 23, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#573)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.1](0.33.0...0.33.1)
    - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d4583be View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. [vendor-schemas] automated update (#575)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    ebb0214 View commit details
    Browse the repository at this point in the history
  2. Fix date format validator to allow non-str objects (#576)

    Rejecting non-string data results in incorrect rejection of data in
    which `string` is one of the available types and the `date-time`
    format is in use.
    
    Fixes #571
    sirosen authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    1114177 View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8050f84 View commit details
    Browse the repository at this point in the history
Loading