mediacloud / metadata-lib

How Media Cloud approaches extracting metadata from online news stories
Apache License 2.0
12 stars 5 forks source link

Add version constraint caution for Trafilatura #100

Closed m453h closed 1 month ago

m453h commented 1 month ago

This PR adds a comment on the dependency constraint for Trafilatura library. While there is an in-code warning, on why we shouldn't upgrade to v1.11.* or later, adding this constraint in pyproject.toml increases visibility, as recommended in #99.