| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| licenses.csv | 2026-05-09 | 7.7 kB | |
| licenses.md | 2026-05-09 | 44.6 kB | |
| sbom.cyclonedx.json | 2026-05-09 | 80.4 kB | |
| sbom.cyclonedx.xml | 2026-05-09 | 84.1 kB | |
| 0.37.0 source code.tar.gz | 2026-05-09 | 4.7 MB | |
| 0.37.0 source code.zip | 2026-05-09 | 4.8 MB | |
| README.md | 2026-05-09 | 942 Bytes | |
| Totals: 7 Items | 9.7 MB | 2 | |
- Add optional
schemakwarg support (python-benedict[schema]withpydanticv2) to allfrom_*andto_*I/O methods. (#565) - Add
indexes=Trueoption toflatten/unflattenfor list/tuple flattening with round-trip support. (#561) - Add
deepargument support tofiltermethod to apply the predicate recursively to all nested dicts. - Add
deepargument support toremovemethod to remove the key(s) at every nesting level. - Add
deepargument support torenamemethod to rename the key at every nesting level. - Reduce dependencies making the core installation super lightweight. [#567]
- Swap
uiri/tomlencoder fortomli_w. [#439] - Fix
yamlserializer to usesafe_dumpand addpicklesecurity warning (CWE-502). (#563) - Fix
orjsonandrequestsrequirements to address CVE-2025-67221 and CVE-2024-27454. (#562) - Add
CONTRIBUTING.md. - Bump requirements and
pre-commithooks.