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

Vendorize jsonschema #1579

Closed
wants to merge 15 commits into from
Closed

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    b7f5008 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ecc59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5a465 View commit details
    Browse the repository at this point in the history
  4. apply pre-commit locally

    braingram committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    061629e View commit details
    Browse the repository at this point in the history
  5. fix config doctest

    braingram committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c1125c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    a46afea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b5354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fcccf1 View commit details
    Browse the repository at this point in the history
  4. doctest fix

    braingram committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d31481f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83a1f9d View commit details
    Browse the repository at this point in the history
  6. add jsonschema as dependency for downstream packages

    many expect asdf to include this so to limit the
    number of immediate issues, include jsonschema as
    a dependency
    braingram committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4ec60de View commit details
    Browse the repository at this point in the history
  7. set pyrsistent min version

    braingram committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e532726 View commit details
    Browse the repository at this point in the history
  8. another docstring

    braingram committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    25ed388 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. fix pyrsisent dep version

    braingram committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    d981aa3 View commit details
    Browse the repository at this point in the history
  2. require min external jsonschema 4.7

    prior versions have different expections
    about the ValidationError class which conflict
    with the conditional imports in the vendorized
    version (to ease transition away from jsonschema)
    braingram committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3b6d7bd View commit details
    Browse the repository at this point in the history