Skip to content

Conversation

@pszulczewski
Copy link
Collaborator

Fixes #136

Comment on lines +187 to +191
# Pop the root "index_element" key.
if final_extras.get("index_element"):
final_extras.update(final_extras.pop("index_element"))
if final_missing.get("index_element"):
final_missing.update(final_missing.pop("index_element"))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

New version of DeepDiff adds root key which is changed in jdiff to index_element. Pop the value to keep current behavior.

@gertzakis
Copy link

LGTM!

@pszulczewski pszulczewski merged commit 4773bf8 into develop Sep 4, 2025
19 checks passed
@pszulczewski pszulczewski deleted the fix_136 branch September 4, 2025 17:14
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.

There is security vulnerability in deepdiff prior to 8.6.1

2 participants