- 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.
- Fixed installation failure with HTTPie CLI (I#76).
- Updated the
pyOpenSSL
,pylint
, and test dependencies.
- Updated the
urllib3
and test dependencies.
- Updated the
httpie
andpyOpenSSL
dependencies.
- Fixed a bug related to returning an unexpected error when performing a basic API call (I#34).
- Updated the
edgegrid-python
dependency.
- Updated the
edgegrid-python
dependency.
- Dropped Python 2.7 support.
- Added the new optional
--edgegrid-config
parameter for providing a path for the.edgerc
credentials file. It defaults to~/.edgerc
. - Added the new
RC_PATH
environment variable, equivalent to the--edgegrid-config
parameter.