Skip to content

Build(deps): Bump frictionless[excel,json] from 5.17.0 to 5.17.1

Ronan Amicel requested to merge dependabot-pip-frictionless-exceljson--5.17.1 into main

Bumps frictionless[excel,json] from 5.17.0 to 5.17.1.

Changelog

Sourced from frictionless[excel,json]'s changelog.

v5.17.1

  • fix: deprecated dependencies (PR 1674)
  • fix: unexpected "missing-label" error with option header_case = False (#1635)
  • fix: KeyError when a "primaryKey" is missing (#1633)
  • fix: unexpected field-error for a boolean "example" with "trueValues" or "falseValues" properties (#1610)

v5.15

  • Local development has been migrated to using Hatch

v5.14

  • Rebased packaging on PEP 621
  • Extracted experimental application/server from the codebase

v5.13

  • Implemented "Metadata.from_descriptor(allow_invalid=False)" (#1501)

v5.10

  • Various architectural and standards-compatibility improvements (minor breaking changes):
    • Added new Console commands:
      • list
      • explore
      • query
      • script
      • convert
      • publish
    • Rebased Console commands on Rich (nice output in the Console)
    • Fixed extract returning the results depends on the source type (now it's always a dictionary indexed by the resource name)
    • Enforced type safety -- many tabular command will be marked as impossible for non-tabular resources if a type checker is used
    • Improved frictionless.Resource(source) guessing abilities; if you just like to open a table resource use frictionless.resources.TableResource(path=path)

v5.8

  • Implemented Implemented catalog/dataset/package/resource.deference (#1451)

v5.7

  • Various architectural and standards-compatibility improvements (minor breaking changes):
    • Improved type detection mechanism (including remote descriptors)
    • Added resources module including File/Text/Json/TableResource
    • Deprecated resource.type argument -- use the classes above
    • Changed catalog.packages[] to catalog.datasets[].package
    • Made resource.schema optional (resource.has_schema is removed)
    • Made resource.normpath optional (resource.normdata is removed)
    • Standards-compatability improvements: profile, stats

... (truncated)

Commits
  • 71ad43b v5.17.1
  • 8b17d59 Fix #1610 unexpected field-error related to a well-formatted value example of...
  • 7861f0e Fix 1633 unexpected key error with primary key in schema and 1635 unexpected ...
  • 4d334f0 Fix deprecated lazy_fixture imports (#1674)
  • See full diff in compare view

Merge request reports