open-contracting/ocdskit

mapping_sheet: JsonRefError: ValueError: unknown url type:

Closed this issue · 4 comments

The mapping_sheet Python API returns an error when include_definitions is not set to True.

Minimal notebook to demonstrate issue

Ah, yes, base_uri needs to be set. But I've resolved it by setting jsonschema=True.

@jpmckinney is this change released on PyPI? I'm using the latest release (1.1.2) but I'm still seeing the same error.

Ah, I forgot to push the tag. It should appear on PyPI once this action completes: https://github.com/open-contracting/ocdskit/actions/runs/3433982182

Thanks!