Skip to content

Dependency hard pin requests in 4.14.0 version #275

@sshishov

Description

@sshishov

Prerequisites

Put an X between the brackets on this line if you have done all of the following:

  • Reproduced the problem or exposed a new need
  • Checked the GitHub existing issues

Description

Requests is pinned to obsolete version, any reason

"requests~=2.31.0",

Please note that previous version 4.13.0 did not have such a pin.

Steps to Reproduce

  1. Create virtualenv
  2. Install latest requests
  3. Install latest mindee
  4. Observe that the requests was downgraded

Expected behavior:

Third package library should not hard pin the base requirements to patch version upgrades only

Actual behavior:

Only version 2.31.x is allowed

Reproduces how often:

Reproduced always

Versions

Affected: 4.14.0
Python: 3.10.11

Additional Information

N/A

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions