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

Chore(deps): Update frictionless[excel,json,ods,parquet,sql] requirement from <5.6 to <5.19 #87

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Updates the requirements on frictionless[excel,json,ods,parquet,sql] to permit the latest version.

Changelog

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

Changelog

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted commit history.

v5.18

  • Support ignore_constraints option for the Indexer (#1691)
  • Various bug fixes

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

... (truncated)

Commits
  • e95321a v5.18.0
  • 7cadf17 feat: indexer option to skip constraints creation (#1691)
  • 80f03c6 fix: remote xlsx file reading with python 3.12 (#1684)
  • 207e4f4 fix: do not detect resource type if type is provided by user (#1690)
  • fa0d9ed doc: Remove mentions of the API server moved to tho Open Data Editor codebase...
  • 0e60e0b fix: Pandas parser does fail to parse integer or boolean only dataframes (#1683)
  • 97f42ec docs: ✏️ a small typo in the text of pipeline doc (#1681)
  • aee8c65 #1660: Fix ExcelControl copying of stringified attribute (#1661)
  • bc67dee v5.17.1 (#1676)
  • 8b17d59 Fix #1610 unexpected field-error related to a well-formatted value example of...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 30, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/frictionless-exceljsonodsparquetsql--lt-5.19 branch from 9e769a1 to becc147 Compare October 9, 2024 00:04
Updates the requirements on [frictionless[excel,json,ods,parquet,sql]](https://github.com/frictionlessdata/framework) to permit the latest version.
- [Release notes](https://github.com/frictionlessdata/framework/releases)
- [Changelog](https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md)
- [Commits](frictionlessdata/frictionless-py@v0.5.6...v5.18.0)

---
updated-dependencies:
- dependency-name: frictionless[excel,json,ods,parquet,sql]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@amotl amotl force-pushed the dependabot/pip/frictionless-exceljsonodsparquetsql--lt-5.19 branch 3 times, most recently from 167cc20 to d22a1c6 Compare October 20, 2024 21:14
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

Attention: Patch coverage is 82.60870% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.78%. Comparing base (bd51b82) to head (b3376d5).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
skeem/core.py 84.61% 2 Missing ⚠️
skeem/frictionless/resource.py 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   83.18%   82.78%   -0.40%     
==========================================
  Files          28       27       -1     
  Lines         981      941      -40     
==========================================
- Hits          816      779      -37     
+ Misses        165      162       -3     
Flag Coverage Δ
unittests 82.78% <82.60%> (-0.40%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@amotl amotl force-pushed the dependabot/pip/frictionless-exceljsonodsparquetsql--lt-5.19 branch from d22a1c6 to b3376d5 Compare October 20, 2024 21:20
@amotl amotl merged commit d16a663 into main Oct 20, 2024
12 checks passed
@amotl amotl deleted the dependabot/pip/frictionless-exceljsonodsparquetsql--lt-5.19 branch October 20, 2024 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant