Skip to content

Releases: dropbox/dropbox-sdk-python

v12.2.0

Choose a tag to compare

@AndreyVMarkelov AndreyVMarkelov released this 14 Jul 04:57

Release Notes:

  • Automated Spec Update (#537)
  • Update Read the Docs build OS (#539)
  • Automatically add content hashes to uploads (#538)
  • Migrate packaging from setup.py to pyproject.toml (PEP 517/621) (#536)
  • Fix client bugs: refresh retry, error parsing, clone user-agent, scope validation (#535)
  • Remove redundant ply entry from requirements.txt (#533)
  • Modernize GitHub Actions in coverage and spec_update workflows (#534)
  • Drop six dependency and require Python 3.11+ (#532)
  • Publish to PyPI via AWS Secrets Manager (OIDC) (#531)
  • Fix release workflow so sdist install works under setuptools >= 82 (#530)
  • Update README.rst (#529)
  • Remove pytest-runner / setup.py test support (#523)
  • Upgrading requirements to stone 3.3.9 (#522)
  • Updating the stone version to 3.3.9 (#521)
  • Adding requirements.txt into MANIFEST.in (#520)
  • Fix invalid link to documentation in README.md (#519)
  • Update README.rst with note about server certificate changes (#514)
  • Update updown.py (#477)

v12.1.0

Choose a tag to compare

@AndreyVMarkelov AndreyVMarkelov released this 10 Jul 03:38

Release 12.1.0. Publishing now goes through AWS Secrets Manager via GitHub OIDC (#531).

v12.0.2

Choose a tag to compare

@maxbelanger maxbelanger released this 03 Jun 16:45

Release Notes:

  • Remove the pin for urllib3 (#507)

v12.0.1

Choose a tag to compare

@maxbelanger maxbelanger released this 03 Jun 13:29

Release Notes:

  • Fix incorrect pin of requests (#505)

v12.0.0

Choose a tag to compare

@maxbelanger maxbelanger released this 14 May 18:58

Release Notes:

  • Fixes to Restore CI (#492, #501)
  • Fixes to doc generation (#500, #503)
  • Manual Spec Update (#498)
  • Stop providing a hardcoded CA bundle (#489, #499)

v11.36.2

Choose a tag to compare

@sderickson sderickson released this 12 Jun 23:39
  • Fix invalid specifier in stone requirement (#456)

This is a second attempt, since v11.36.1 didn't quite work right.

v11.36.1

Choose a tag to compare

@sderickson sderickson released this 14 Apr 16:41
c8aac23
  • Fix invalid specifier in stone requirement (#456)

v11.36.0

Choose a tag to compare

@mover333 mover333 released this 09 Nov 23:21

Release Notes:

  • Automated Spec Update (#452)

v11.35.0

Choose a tag to compare

@Brent1LT Brent1LT released this 11 Oct 21:40

Release Notes:

  • Automated Spec Update (#448)

v11.34.0

Choose a tag to compare

@bzhang-dbx bzhang-dbx released this 05 Sep 22:44

Release Notes:

  • Added _ca_certs property to _SSLAdapter to properly support pickling (broke in SDK v11.33) (#440)