Recently, the Python has made Dictionaries ordered by default! So unless you need to maintain older version of Python (older than 3.7), you no longer need to use ordered dict, you can just use regular dictionaries!
You can read more about it here: https://softwaremaniacs.org/blog/2020/02/05/dicts-ordered/en/