box / box-python-sdk

Box SDK for Python
http://opensource.box.com/box-python-sdk/
Apache License 2.0
419 stars 215 forks source link

fix: Remove restriction to version <2 of `urllib3` library #851

Closed arjankowski closed 11 months ago

arjankowski commented 11 months ago

Fixes https://github.com/box/box-python-sdk/issues/850

Since request 2.30 supports both urllib3 1.26+ and urllib3 2.0+ we decided to remove constraints to urllib<2. (https://github.com/psf/requests/issues/6432)

coveralls commented 11 months ago

Pull Request Test Coverage Report for Build 6535514768


Totals Coverage Status
Change from base Build 6184938143: 0.0%
Covered Lines: 3470
Relevant Lines: 3710

💛 - Coveralls