Skip to content

Commit b266524

Browse files
committed
small fixes
1 parent 51eaa61 commit b266524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document is designed to show you how to upgrade to the latest version of th
44
If you find any issues with either this guide on upgrading or the changes introduced in the new version, please see [CONTRIBUTING.md](CONTRIBUTING.md)
55

66
# Upgrading to v12.0.0
7-
* The SDK no longer provides its own CA bundle to verify SSL connections. It will continue to verify connections through the `requests` library, which makes use of [`certifi`](https://github.com/certifi/python-certifi). You may still provide your own bundle (useful in certain scenarios) through the `ca_certs` parameter of the main classes and of the `create_session` function.
7+
* The SDK no longer provides its own CA bundle to verify TLS connections. It will continue to verify connections through the `requests` library, which makes use of [`certifi`](https://github.com/certifi/python-certifi). You may still provide your own bundle through the `ca_certs` parameter of the `Dropbox` classes and of the `create_session` function (see the [documentation](https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html) for details).
88
* This will be the last major version to support Python 2.
99

1010
# Upgrading from v10.X.X to v11.0.0

0 commit comments

Comments
 (0)