You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1. The issue seems to be fixed now on the latest commit in the main branch, but the tag 0.6.1 (latest release), AND the version available on PyPI (0.6.1) refer to a commit that is slightly older, and does not contain this fix. The proper action is IMHO to release release the latest version as 0.6.2. That would be much appreciated. Thanks!
collections.Mapping has been deprecated for almost a decade.
In _unix.py:
10: import collections.abc
44: collections.mapping => collections.abc.Mapping
The text was updated successfully, but these errors were encountered: