This PR creates a breaking change because it adds:
As of this writing, requests itself has this dependency declaration:
This means that there are scenarios where requests can be installed, but types-requests cannot.
In my case, I am using boto3 and botocore for AWS interactions and it defines its own urllib3 dependency range that produces this incompatiblity:
Please consider aligning the types-requests version ranges to the same bounds that requests itself uses.
This PR creates a breaking change because it adds:
As of this writing,
requestsitself has this dependency declaration:This means that there are scenarios where
requestscan be installed, buttypes-requestscannot.In my case, I am using
boto3andbotocorefor AWS interactions and it defines its ownurllib3dependency range that produces this incompatiblity:Please consider aligning the
types-requestsversion ranges to the same bounds thatrequestsitself uses.