lassie icon indicating copy to clipboard operation
lassie copied to clipboard

Any reason to pindown upper version in requirements.txt

Open idlesign opened this issue 3 years ago • 1 comments

Hi,

Since lassie is a library, limiting upper versions for dependencies as in

requests>=2.18.4,<3.0.0
beautifulsoup4>=4.9.0,<4.10.0

can lead to conflicts for software using it, e.g. on pip install:

The conflict is caused by:
    The user requested beautifulsoup4==4.10.0
    lassie 0.11.11 depends on beautifulsoup4<4.10.0 and >=4.9.0

Is there any reason for the pindown?

idlesign avatar Feb 15 '22 13:02 idlesign

👋 no reason! Feel free to open a PR unpinning minors. Please keep it at least pinned to major release.

michaelhelmick avatar Feb 18 '22 12:02 michaelhelmick