| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.11.0 source code.tar.gz | 2025-08-20 | 7.2 MB | |
| 5.11.0 source code.zip | 2025-08-20 | 7.3 MB | |
| README.md | 2025-08-20 | 683 Bytes | |
| Totals: 3 Items | 14.6 MB | 0 | |
Added
- Inline type stubs (#674) @MarcoGorelli
- Add support for Python 3.14 (#680) @hugovk
- Add support for PyPy3.11 (#658) @hugovk
- Add Windows ARM64 wheels (#663) @tonybaloney
Changed
- Migrate to
src/layout (#664) @hugovk - Build aarch64 wheels using native runners (#652) @hugovk
- Drop support for EOL Python 3.8 (#645) @hugovk
- Drop support for EOL PyPy3.8-PyPy3.10 (#639, [#682]) @hugovk
Fixed
- fix(ujson.loads): raises a JSONDecodeError instead of SystemError when parsing a nested json string (#667) @grandnew
- Pin setuptools < 72.2 to fix build on PyPy (#638) @hugovk
- Update README.md example to match actual output (#654) @AvdN