- Mark the
SigningKeyandVerifyKeytypes asSupportsBytes. (#21)
- Do not require
importlib_metadataon Python 3.8 and above. By @MeggyCal. (#9)
- Configure @matrix-org/synapse-core to be the code owner for the repository. (#11)
- Use
assertEqualfor 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_base64function which was erroneously removed in 1.1.0. (#6)
- Use
setuptools_scmfor the version number. (#7)