Skip to content

Version 0.36.0 fatal error #212

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

Closed
ThrawnCA opened this issue Jan 17, 2025 · 1 comment
Closed

Version 0.36.0 fatal error #212

ThrawnCA opened this issue Jan 17, 2025 · 1 comment

Comments

@ThrawnCA
Copy link

ThrawnCA commented Jan 17, 2025

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?

@Julian
Copy link
Member

Julian commented Jan 17, 2025

Yes, #211 just added a lower pin for those of you on older versions of typing-extensions, it'll go out in a moment. Thanks.

@Julian Julian closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants