Skip to content

Commit

Permalink
Add newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 16, 2024
1 parent d081fbd commit dbfcf80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions newsfragments/4574.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
``setuptools`` is replacing the usages of :pypi:`ordered_set` with simple
instances of ``dict[Hashable, None]``. This is done to remove the extra
dependency and it is possible because since Python 3.7, ``dict`` maintain
insertion order.

0 comments on commit dbfcf80

Please sign in to comment.