-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Netchive/dropbox-sdk-python
base: 487793d
head repository: dropbox/dropbox-sdk-python
compare: be4a41c
- 10 commits
- 29 files changed
- 3 contributors
Commits on May 8, 2024
-
Restore CI, including Python 2.7 (dropbox#492)
* Restores CI to a green state to aid in landing other changes. * Python 2.7 is still covered, but only on Ubuntu and excluding PyPy. Changes are made to `requirements.txt` et al to ensure this works. * Runner versions are pinned to avoid automatic breakage, required statuses are updated to match. * Codecov action is updated, token is now explicitly passed. * Fixes an integration test breaking due to backend changes, to be investigated separately.
Configuration menu - View commit details
-
Copy full SHA for 75596da - Browse repository at this point
Copy the full SHA 75596daView commit details
Commits on May 9, 2024
-
Stop providing a hardcoded CA bundle (dropbox#489)
The SDK no longer provides a CA bundle to verify SSL connections. This also allows us to remove the runtime dependency on `pkg_resources` and thus `setuptools`. The `ca_certs` parameter is still supported, so users can pin with their own CA bundle if they so choose. Otherwise, the default verification mechanism in the `requests` library now applies (this uses `certifi` and/or system certificates, depending on the configuration). Improves integration tests to cover both scenarios (i.e. when a bundle is provided, and when one isn't).
Configuration menu - View commit details
-
Copy full SHA for 41e4b00 - Browse repository at this point
Copy the full SHA 41e4b00View commit details
Commits on May 13, 2024
-
Manual Spec Update (dropbox#498)
Manual Spec Update c8364404953d875801d496a81f786c5545f78223
Configuration menu - View commit details
-
Copy full SHA for 5c6809d - Browse repository at this point
Copy the full SHA 5c6809dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b0ca8 - Browse repository at this point
Copy the full SHA e2b0ca8View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3173f6e - Browse repository at this point
Copy the full SHA 3173f6eView commit details -
Fix doc generation and PyPI uploads by pinning to Python 3.7 (dropbox…
…#500) * Per the [docs](https://blog.readthedocs.com/migrate-configuration-v2/), ReadTheDocs now requires a `version 2` config file. In it, we pin the version used to generate the docs to Python 3.7, which matches what is currently tested (and green) in CI. * PyPI uploads were still configured to run on the latest version of Python (currently 3.12). We pin this back to Python 3.7, which make it less likely to break in mysterious ways.
Configuration menu - View commit details
-
Copy full SHA for 52893f0 - Browse repository at this point
Copy the full SHA 52893f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d379b4 - Browse repository at this point
Copy the full SHA 1d379b4View commit details
Commits on Jun 3, 2024
-
Fix incorrect pin of
requests
(dropbox#505)Reverts the version requirement for requests to what it was prior to dropbox#492.
Configuration menu - View commit details
-
Copy full SHA for b474e21 - Browse repository at this point
Copy the full SHA b474e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ea3f8 - Browse repository at this point
Copy the full SHA c5ea3f8View commit details
Commits on Dec 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be4a41c - Browse repository at this point
Copy the full SHA be4a41cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 487793d...be4a41c