| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-04 | 345 Bytes | |
| Release v1.0.7 source code.tar.gz | 2026-09-04 | 4.6 kB | |
| Release v1.0.7 source code.zip | 2026-09-04 | 6.6 kB | |
| Totals: 3 Items | 11.5 kB | 2 | |
- Fixed a regression in
dict_updatethat caused incorrect type coercion when merging nested mapping objects. - Added support for Python 3.12+ type hints in the
safe_jsonutility to prevent runtime warnings during serialization. - Improved performance of
get_first_matchby switching from iterative loops to optimized generator expressions.