Open
Description
Describe the bug
DEPRECATION: textract 1.6.5 has a non-standard dependency specifier extract-msg<=0.29.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of textract or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063
Should be
extract-msg==0.29.*
or
extract-msg<0.30
or
extract-msg~=0.29.0
Metadata
Metadata
Assignees
Labels
No labels