pypa / pip

The Python package installer
https://pip.pypa.io/
MIT License
9.36k stars 2.98k forks source link

Upgrade typing_extensions to 4.12.2 #12804

Open ichard26 opened 3 days ago

ichard26 commented 3 days ago

This is necessary for https://github.com/pypa/pip/pull/12705 as ParamSpec currently crashes on Python 3.13. Updated version of https://github.com/pypa/pip/pull/12732.

ichard26 commented 2 days ago

I've opted to update #12705 to use stringified annotations to avoid the need to upgrade typing-extensions so this isn't needed anymore.

ichard26 commented 2 days ago

I still need this, see https://github.com/pypa/pip/pull/12705#issuecomment-2197271965.