You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both pip show and pip-licenses return license as "unknown". This might break automated license checks.
This is happening in Python 3.10.6
> pip-licenses
typing_extensions 4.13.1 UNKNOWN
> pip show typing-extensions
Name: typing_extensions
Version: 4.13.1
Summary: Backported and Experimental Type Hints for Python 3.8+
Home-page:
Author:
Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" <levkivskyi@gmail.com>
License:
The text was updated successfully, but these errors were encountered:
phischolz
changed the title
License is not part of package information in License is not part of package information in 4.13.1
License is not part of package information in 4.13.1
Apr 4, 2025
Both
pip show
andpip-licenses
return license as "unknown". This might break automated license checks.This is happening in Python 3.10.6
The text was updated successfully, but these errors were encountered: