| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 6.0.0 source code.tar.gz | 2026-09-04 | 7.3 MB | |
| 6.0.0 source code.zip | 2026-09-04 | 7.3 MB | |
| README.md | 2026-09-04 | 435 Bytes | |
| Totals: 3 Items | 14.6 MB | 1 | |
Changed
- Assorted cleanup refactors (#756) @bwoodsend
Removed
- Reduce bytes-like support to only bytes and bytearray (#755) @bwoodsend
Fixed
- Allow default handler to handle bytes (#759) @bwoodsend
- Update build dependencies to avoid warning about missing [tool.setuptools_scm] section (#746) @musicinmybrain
- Tighten UTF-8 validation for ujson.loads()-ing strings from bytes (#750) @bwoodsend, @hugovk