Sourced from pip's changelog.
22.2.2 (2022-08-03)
Bug Fixes
- Avoid
AttributeError
when removing the setuptools-provided_distutils_hack
and it is missing its implementation. ([#11314](https://github.com/pypa/pip/issues/11314) <https://github.com/pypa/pip/issues/11314>
_)- Fix import error when reinstalling pip in user site. (
[#11319](https://github.com/pypa/pip/issues/11319) <https://github.com/pypa/pip/issues/11319>
_)- Show pip deprecation warnings by default. (
[#11330](https://github.com/pypa/pip/issues/11330) <https://github.com/pypa/pip/issues/11330>
_)
10902ac
Bump for release534e4d2
Update AUTHORS.txt96675e9
Do not parse JSON content with HTML parser4514d1f
Revert "PipDeprecationWarning subclass DeprecationWarning"1ac427b
Remove TODO450fd26
Import distutils only if needed, but sooner0c9eb96
Ensure that removing shim in older setuptools does not error