Skip to content

Releases: stripe/stripe-python

stripe-python v2.0.3

19 Jul 14:28
9aa6609

Choose a tag to compare

  • #450 Internal improvements to ApiResource.class_url

See the changelog for more details.

stripe-python v2.0.2

18 Jul 09:29
77113d2

Choose a tag to compare

  • #448 Avoid duplicate dependency on requests with Python 2.7

See the changelog for more details.

stripe-python v2.0.1

10 Jul 11:52
66aa334

Choose a tag to compare

stripe-python v2.0.0

10 Jul 07:51
8770a4a

Choose a tag to compare

Major version release. List of backwards incompatible changes to watch out for:

  • The minimum Python versions are now 2.7 / 3.4. If you're using Python 2.6 or 3.3, consider upgrading to a more recent version.
  • Stripe exception classes should now be accessed via stripe.error rather than just stripe
  • Some older deprecated methods have been removed
  • Trying to detach an unattached source will now raise a stripe.error.InvalidRequestError exception instead of a NotImplementedError exception

For more information, check out the migration guide for v2

Pull requests included in this release:

  • #385 Drop support for Python 2.6 and 3.3
  • #384 Use py.test for tests
  • #399 Remove deprecated code
  • #402 Remove util.json and use json module directly everywhere
  • #403 Update setup.py and test flow
  • #410 Use pipenv
  • #415 Change exception when detaching unattached sources from NotImplementedError to stripe.error.InvalidRequestError

See the changelog for more details.

stripe-python v1.84.2

06 Jul 15:44
877de6f

Choose a tag to compare

  • #441 Better (hopefully) fix for serialization of empty ListObjects

See the changelog for more details.

stripe-python v1.84.1

04 Jul 17:30
4a93fae

Choose a tag to compare

  • #439 Fix serialization of empty ListObjects

See the changelog for more details.

stripe-python v1.84.0

29 Jun 09:53
2be8e47

Choose a tag to compare

  • #436 Add support for payment intents

See the changelog for more details.

stripe-python v1.83.0

28 Jun 12:22
f11ca45

Choose a tag to compare

  • #437 Add support for partner_id in stripe.set_app_info()

See the changelog for more details.

stripe-python v1.82.2

19 Jun 16:16
735511c

Choose a tag to compare

  • #365 Add __repr__ methods to StripeError exception classes

See the changelog for more details.

stripe-python v1.82.1

14 May 20:15

Choose a tag to compare

  • #430 Handle the case where request ID is None when formatting errors

See the changelog for more details.