jsonschema2popo icon indicating copy to clipboard operation
jsonschema2popo copied to clipboard

Needs update for new Networkx

Open rpgoldman opened this issue 3 years ago • 1 comments

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.

rpgoldman avatar Feb 01 '22 04:02 rpgoldman

And in Python 3.8 'escape' was removed from module cgi, which is used by networkx.

mharig avatar Jun 08 '22 21:06 mharig