We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d081fbd commit dbfcf80Copy full SHA for dbfcf80
newsfragments/4574.removal.rst
@@ -0,0 +1,4 @@
1
+``setuptools`` is replacing the usages of :pypi:`ordered_set` with simple
2
+instances of ``dict[Hashable, None]``. This is done to remove the extra
3
+dependency and it is possible because since Python 3.7, ``dict`` maintain
4
+insertion order.
0 commit comments