Skip to content

Any reason to pindown upper version in requirements.txt #83

Open
@idlesign

Description

@idlesign

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?

Activity

michaelhelmick

michaelhelmick commented on Feb 18, 2022

@michaelhelmick
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @idlesign@michaelhelmick

      Issue actions

        Any reason to pindown upper version in requirements.txt · Issue #83 · michaelhelmick/lassie