-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
7.0.0 #449
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
==========================================
- Coverage 97.52% 97.45% -0.08%
==========================================
Files 14 14
Lines 3633 3648 +15
==========================================
+ Hits 3543 3555 +12
- Misses 90 93 +3 ☔ View full report in Codecov by Sentry. |
python 3.12 CI/build workaround
Bumps [orjson](https://github.com/ijl/orjson) from 3.9.7 to 3.9.15. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.9.7...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bump orjson from 3.9.7 to 3.9.15
Fix for bug when diffing two lists with ignore_order and providing compare_func
Delta constructor fix for flat_dict_list param (pull request back to dev branch)
verbose_level=2 and the new_path is different than path
new_path
when thepath
andnew_path
are different (for example when ignore_order=True and the index of items have changed).datetime.date
objects where it treated them as numbers instead of dates (fixes Error after comparing: Can not produce a hash (type datetime.date doesn't define __round__ method) #445).