Closed terry-chiu-certn closed 2 months ago
same from azure cli diff tool
Seeing this too, broke my test pipelines :)
Thanks for reporting. Let me fix it.
@jonaswerme @AllyW @terry-chiu-certn @mellon85 DeepDiff 8.0.1 is released with a bugfix. There was an extra import of Numpy that was causing this issue.
@seperman thank you so much for the fix! v8.0.1 works like a charm 👍
You are welcome!
Describe the bug This is a build issue where importing
deepdiff.DeepDiff
results in:To Reproduce
deepdiff
set up.from deepdiff import DeepDiff
Expected behavior Import should run successfully.
OS, DeepDiff version and Python version (please complete the following information):
Additional context The breaking change is most likely this PR. This issue does not exist in the v.7.0.1 release.