Skip to content

Commit dbfcf80

Browse files
committed
Add newsfragment
1 parent d081fbd commit dbfcf80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

newsfragments/4574.removal.rst

+4
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)