Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AmazingDD/dropbox-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dropbox/dropbox-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 31 files changed
  • 7 contributors

Commits on Oct 11, 2022

  1. Automated Spec Update (dropbox#448)

    18963b8a29fe125f6495d36c38eda5db2710d0dd
    
     Change Notes:
    
    openid_openid_types Namespace
    - Add OpenIdError, UserInfoError unions
    - Remove UserInfoError structs
    - Remove AuthError unions
    - Update UserInfoArgs struct to include documentation
    
    team_policies Namespace
    - Add examples
    
    Co-authored-by: Brent Bumann <bbumann@dropbox.com>
    
     c36ba27d8d56648555d3068bb3826e1d3a44d92b
    
     Co-authored-by: Bruce Zhang <brucez@dropbox.com>
    
    Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com>
    DropboxBot and DropboxBot authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    93435f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Automated Spec Update (dropbox#452)

    3d1080a021a67c335c52361d8f61ec558bb80606
    
     Change Notes:
    
    shared_links Namespace
    
    Update RequestedLinkAccessLevel union
    team Namespace
    
    Update TeamGetInfoResult struct
    team_log_generated Namespace
    
    Add FolderLinkRestrictionPolicyChangedDetails, FolderLinkRestrictionPolicyChangedType structs
    Add FolderLinkRestrictionPolicy unions
    
    Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com>
    DropboxBot and DropboxBot authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9895d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    c8aac23 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Update create-pull-request version (dropbox#466)

    Github action not working. Trying updating the version to see if that fixes things.
    sderickson authored Apr 28, 2023
    Configuration menu
    Copy the full SHA
    223fe46 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    487793d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. 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.
    maxbelanger authored May 8, 2024
    Configuration menu
    Copy the full SHA
    75596da View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. 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).
    maxbelanger authored May 9, 2024
    Configuration menu
    Copy the full SHA
    41e4b00 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Manual Spec Update (dropbox#498)

    Manual Spec Update
    c8364404953d875801d496a81f786c5545f78223
    maxbelanger authored May 13, 2024
    Configuration menu
    Copy the full SHA
    5c6809d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b0ca8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    3173f6e View commit details
    Browse the repository at this point in the history
  2. 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.
    maxbelanger authored May 14, 2024
    Configuration menu
    Copy the full SHA
    52893f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d379b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix incorrect pin of requests (dropbox#505)

    Reverts the version requirement for requests to what it was prior to dropbox#492.
    maxbelanger authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b474e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ea3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Configuration menu
    Copy the full SHA
    be4a41c View commit details
    Browse the repository at this point in the history
Loading