python -m piplicenses -f json
was reporting:
{
"License": "MIT License",
"Name": "referencing",
"Version": "0.35.0"
},
now reporting:
{
"License": "UNKNOWN",
"Name": "referencing",
"Version": "0.36.0"
},
looks like the meta data isn't compatible with python 3.10 anymore.
maybe the loss of Classifier: License :: OSI Approved :: MIT License

python -m piplicenses -f json
was reporting:
{
"License": "MIT License",
"Name": "referencing",
"Version": "0.35.0"
},
now reporting:

{
"License": "UNKNOWN",
"Name": "referencing",
"Version": "0.36.0"
},
looks like the meta data isn't compatible with python 3.10 anymore.
maybe the loss of Classifier: License :: OSI Approved :: MIT License