Release Notes
pyrlp v5.0.0-beta.1 (2025-12-12)
Breaking Changes
Drop support for Python 3.8 and 3.9 (#157)
Features
Add support for Python 3.14. Note the Rust backend only works for Python 3.10-3.12 (#157)
Miscellaneous Changes
pyrlp v4.1.0 (2025-02-04)
Features
Merge template, adding
py313support and replacingbumpversionwithbump-my-version.rust-backendstill only supported up topy312. (#156)
pyrlp v4.0.1 (2024-04-24)
Internal Changes - for pyrlp Contributors
Add python 3.12 support,
rust-backendnow works with python 3.11 and 3.12 (#150)
Miscellaneous Changes
pyrlp v4.0.0 (2023-11-29)
Features
repr()now returns an evaluatable string, likeMyRLPObj(my_int_field=1, my_str_field="a_str")(#117)
Internal Changes - for pyrlp Contributors
0.4.8
Implement
Serializable.make_mutableandrlp.sedes.make_mutableAPI.Add
mutableflag toSerializable.deserializeto allow deserialization into mutable objects.