Release Notes
pyrlp v4.1.0 (2025-02-04)
Features
Merge template, adding
py313
support and replacingbumpversion
withbump-my-version
.rust-backend
still only supported up topy312
. (#156)
pyrlp v4.0.1 (2024-04-24)
Internal Changes - for pyrlp Contributors
Add python 3.12 support,
rust-backend
now 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_mutable
andrlp.sedes.make_mutable
API.Add
mutable
flag toSerializable.deserialize
to allow deserialization into mutable objects.