- Drop support for Python 3.8 and 3.9 (#157)
- Add support for Python 3.14. Note the Rust backend only works for Python 3.10-3.12 (#157)
- Merge template, adding
py313support and replacingbumpversionwithbump-my-version.rust-backendstill only supported up topy312. (#156)
- Add python 3.12 support,
rust-backendnow works with python 3.11 and 3.12 (#150)
repr()now returns an evaluatable string, likeMyRLPObj(my_int_field=1, my_str_field="a_str")(#117)
- Convert
.formatstrings tof-strings(#144) - Add
autoflakelinting and move config topyproject.toml(#145)
- Implement
Serializable.make_mutableandrlp.sedes.make_mutableAPI. - Add
mutableflag toSerializable.deserializeto allow deserialization into mutable objects.