- Mark the
SigningKey
andVerifyKey
types asSupportsBytes
. (#21)
- Do not require
importlib_metadata
on Python 3.8 and above. By @MeggyCal. (#9)
- Configure @matrix-org/synapse-core to be the code owner for the repository. (#11)
- Use
assertEqual
for Python 3.11. By @hugovk. (#17) - Run linters (flake8, mypy, black, isort). (#20)
- Mark the package as containing type hints. (#20)
- Fix incorrect typing annotation for
decode_signing_key_base64
. (#5) - Reinstate
decode_verify_key_base64
function which was erroneously removed in 1.1.0. (#6)
- Use
setuptools_scm
for the version number. (#7)