Skip to content

fix: DeprecationWarning#117

Merged
tmorrell merged 1 commit intoinveniosoftware:masterfrom
utnapischtim:fix-ref-resolver-deprecation-warning
Feb 26, 2026
Merged

fix: DeprecationWarning#117
tmorrell merged 1 commit intoinveniosoftware:masterfrom
utnapischtim:fix-ref-resolver-deprecation-warning

Conversation

@utnapischtim
Copy link
Copy Markdown
Contributor

  • jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the
    https://github.com/python-jsonschema/referencing library, which provides
    more compliant referencing behavior as well as more flexible APIs for
    customization. A future release will remove RefResolver. Please file a
    feature request (on referencing) if you are missing an API for the kind
    of customization you need.

  • resolved by copy pasting code to jsonresolver and using it from there

* jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the
  https://github.com/python-jsonschema/referencing library, which provides
  more compliant referencing behavior as well as more flexible APIs for
  customization. A future release will remove RefResolver. Please file a
  feature request (on referencing) if you are missing an API for the kind
  of customization you need.

* resolved by copy pasting code to jsonresolver and using it from there
@utnapischtim utnapischtim force-pushed the fix-ref-resolver-deprecation-warning branch from 5a2cdea to e4ff939 Compare February 5, 2026 21:09
Copy link
Copy Markdown
Contributor

@tmorrell tmorrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good improvement and adds an existing invenio dependency.

@tmorrell tmorrell merged commit 20c8bbe into inveniosoftware:master Feb 26, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants