You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing fatal errors when running the latest 0.36.0 version of this module as part of the CKAN (https://github.com/ckan/ckan) Validation plugin:
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/jsonschema/__init__.py", line 13, in <module>
from jsonschema._format import FormatChecker
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/jsonschema/_format.py", line 11, in <module>
from jsonschema.exceptions import FormatError
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/jsonschema/exceptions.py", line 15, in <module>
from referencing.exceptions import Unresolvable as _Unresolvable
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/referencing/__init__.py", line 5, in <module>
from referencing._core import Anchor, Registry, Resource, Specification
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/referencing/_core.py", line 18, in <module>
from referencing.typing import URI, Anchor as AnchorType, D, Mapping, Retrieve
File "/usr/lib/ckan/default/lib64/python3.9/site-packages/referencing/typing.py", line 22, in <module>
D = TypeVar("D", default=Any)
Our system appears to have installed typing-extensions 4.3.0. Perhaps referencing 0.36.0 requires a newer version?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
We are seeing fatal errors when running the latest 0.36.0 version of this module as part of the CKAN (https://github.com/ckan/ckan) Validation plugin:
Our system appears to have installed
typing-extensions
4.3.0. Perhapsreferencing
0.36.0 requires a newer version?The text was updated successfully, but these errors were encountered: