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

Make compatible with latest frictionless-py #383

Merged
merged 7 commits into from
Aug 19, 2024
Merged

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    724ea2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f2baf7 View commit details
    Browse the repository at this point in the history
  3. Fix dependency issue

    frictionless 5.17.0 depends on jsonschema>=4.20
    peterdesmet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c47f93e View commit details
    Browse the repository at this point in the history
  4. Define >= dependencies

    frictionless 5.17.0 depends on pydantic>=2.0
    peterdesmet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4dafa10 View commit details
    Browse the repository at this point in the history
  5. Update typer

    peterdesmet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d6544d8 View commit details
    Browse the repository at this point in the history
  6. Fix defs reference (required by latest jsonschema-py)

    '#$defs/version' is not a valid anchor, neither as a plain name anchor nor as a JSON Pointer. You may have intended to use '#/$defs/version', as the slash is required *before each segment* of a JSON pointer.
    peterdesmet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ad13ce4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1d18971 View commit details
    Browse the repository at this point in the history