ckanext-validation icon indicating copy to clipboard operation
ckanext-validation copied to clipboard

is there any reason to use the 5.0.0b9 version of frictionless?

Open KatiRG opened this issue 1 year ago • 1 comments

I am testing out using custom checks such as this example, and got an error that type is required (frictionless/schema/field.py). This requirement was removed in frictionless on June 13 (https://github.com/frictionlessdata/frictionless-py/commit/fdcb91eebc39d7e6449d13ad57a9c7165deea45e) and I'm wondering why the ckanext-validations repo is not using this version or later?

The requirements file has frictionless pinned to 5.0.0b9.

KatiRG avatar Nov 01 '23 20:11 KatiRG

there is a PR https://github.com/frictionlessdata/ckanext-validation/pull/88/files to update the version to 5.13.1

aimalkhan avatar Nov 17 '23 13:11 aimalkhan