Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@artbookspirit artbookspirit released this 09 Dec 11:31
9b7357a

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 and dev-requirements.txt files using pip-compile,
    so that they contain the full set of project dependencies.

BUG FIXES:

  • Fixed installation failure with HTTPie CLI (I#76).