AFAIC the documentation states that you need the (default) round trip loader/dumper to preserve the order of keys. So you shouldn't provide typ='safe'. With the safe loader it makes no sense to specify preserve_quotes=True as it won't, that also only works with the round-trip loader.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
AFAIC the documentation states that you need the (default) round trip loader/dumper to preserve the order of keys. So you shouldn't provide
typ='safe'. With the safe loader it makes no sense to specifypreserve_quotes=Trueas it won't, that also only works with the round-trip loader.