jsonschema2popo
jsonschema2popo copied to clipboard
Needs update for new Networkx
NetworkX no longer supports a reverse option for topological_sort. SO lists the replacement as:
list(reversed(list(topological_sort(x)))
Making that replacement fixed things for me.
And in Python 3.8 'escape' was removed from module cgi, which is used by networkx.