dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
930 stars 318 forks source link

Add support for `urllib3==2` #506

Closed maxbelanger closed 2 months ago

maxbelanger commented 2 months ago

This is currently pinned because we depend on urllib3 for some important logic. The 1.26 branch continues to receive security fixes, but this will eventually end.

This will require testing to ensure that the create_session API and the Dropbox* classes continue to work properly.