v4.1.2
Bug Fixes
-
pangres
was not running on Python 3.10 because I never addedpackaging
inrequirements.txt
. I fixed it by usingpkg_resources
from the standard library instead to avoid the additional dependency (see commit 89d3679)Note: the tests were running fine because we use
pytest
which usespackaging
(so I never saw the missing dependency)