seperman / deepdiff

DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
http://zepworks.com
Other
2.03k stars 224 forks source link

relax orderly-set dependency #486

Closed dimbleby closed 1 month ago

dimbleby commented 2 months ago

an exact requirement is just inviting conflicts with other projects

I see that orderly-set is also your project - so if you intend to release breaking changes more or less often than you change the major version number, please do adjust (or remove) the upper bound as appropriate

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.55%. Comparing base (a114ed2) to head (ae50b1c). Report is 3 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #486 +/- ## ======================================= Coverage 96.55% 96.55% ======================================= Files 14 14 Lines 3946 3946 ======================================= Hits 3810 3810 Misses 136 136 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

seperman commented 1 month ago

@dimbleby Thanks for making the PR!