Skip to content

Commit ec02024

Browse files
committed
3.11.6
1 parent d581687 commit ec02024

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

33

4+
## 3.11.6 - 2026-01-29
5+
6+
### Changed
7+
8+
- orjson now includes code licensed under the Mozilla Public License 2.0 (MPL-2.0).
9+
- Drop support for Python 3.9.
10+
- ABI compatibility with CPython 3.15 alpha 5.
11+
- Build now depends on Rust 1.89 or later instead of 1.85.
12+
13+
### Fixed
14+
15+
- Fix sporadic crash serializing deeply nested `list` of `dict`.
16+
17+
418
## 3.11.5 - 2025-12-06
519

620
### Changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orjson"
3-
version = "3.11.5"
3+
version = "3.11.6"
44
authors = ["ijl <ijl@mailbox.org>"]
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
repository = "https://github.com/ijl/orjson"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orjson"
3-
version = "3.11.5"
3+
version = "3.11.6"
44
repository = "https://github.com/ijl/orjson"
55
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)