-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Create virtualenv
- Install latest
requests - Install latest
mindee - Observe that the
requestswas 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
Assignees
Labels
enhancementNew feature or requestNew feature or request