2.2.0 (Dec 9, 2024)
FEATURES/ENHANCEMENTS:
- Discontinued support for Python <= 3.8; Python 3.9 is now the minimum supported version.
- Updated several dependencies in
setup.py
. - Started generating the
requirements.txt
anddev-requirements.txt
files usingpip-compile
,
so that they contain the full set of project dependencies.
BUG FIXES:
- Fixed installation failure with HTTPie CLI (I#76).