We have made the return type of the top-level API request_status
from OrderedDict
to just plain dict
for simplicity, since python had made it a language feature that dictionaries preserve insertion orders starting from python 3.7 (quite some time ago) and our minimum supported version is python 3.8.
What's Changed
- Use ruff for formatting and remove black by @yuxincs in #26
- Remove black code style badge by @yuxincs in #27
- Use plain dict instead of OrderedDict by @yuxincs in #28
Full Changelog: v0.4.2...v0.5.0