On behalf of the PyPA, I am pleased to announce that pip 18.1 has just been released. To install pip 18.1, you can run:: python -m pip install --upgrade pip or use get-pip as described in https://pip.pypa.io/en/latest/installing. Note that if you are using a version of pip supplied by your distribution vendor, vendor-supplied upgrades will be available in due course. The highlights of this release are: - Python 3.7 is now supported - Dependency Links support is now scheduled for removal in pip 19.0 (the next pip release, scheduled in January 2019). - Plaform specific options can now be used with the --target option, to enable certain workflows. - Much more helpful error messages on invalid configuration files - Many bug fixes and minor improvements Thanks to everyone who put so much effort into the new release. Many of the contributions came from community members, whether in the form of code, participation in design discussions and/or bug reports. The pip development team is extremely grateful to everyone in the community for their contributions. Thanks, Pradyun