0.10.5
Released 2021-11-20
Bugfixes
Installation breaks on Python 3.5 due to this bug in more-itertools
. I've put a new upper bound on that dependency (only on 3.5) to fix this. I plan on dropping support for 3.5 in the 0.11.0 release, but I figured it's the polite thing to do and doesn't require much effort.
Other Changes
Loosened upper bound on the typing-inspect
dependency to allow the latest versions.
Internal Changes
- Bumped test dependencies.
- Fixed Tox envs for linting and type checking, which were silently broken.
- Added some more code comments.