Stripe

Latest version: v11.4.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 55

5.3.0

* [947](https://github.com/stripe/stripe-python/pull/947) Update generated code
* Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
* Add support for `create` and `list_line_items` methods on resource `Calculation`
* Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`

5.2.0

* [924](https://github.com/stripe/stripe-python/pull/924) API Updates
* Add support for `refund_payment` method on resource `Terminal.Reader`

5.1.1

* [923](https://github.com/stripe/stripe-python/pull/923) Bugfix: revert "Pass params into logger.{info,debug}"

5.1.0

* [920](https://github.com/stripe/stripe-python/pull/920) API Updates
* Add support for `resume` method on resource `Subscription`
* [913](https://github.com/stripe/stripe-python/pull/913) Pass params into logger.{info,debug}

5.0.0

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

* [895](https://github.com/stripe/stripe-python/pull/895) Next major release changes
* [889](https://github.com/stripe/stripe-python/pull/889) API Updates

* [888](https://github.com/stripe/stripe-python/pull/888) Do not run Coveralls if secret token is not available
* [875](https://github.com/stripe/stripe-python/pull/875) hide misleading ssl security warning in python>=2.7.9

⚠️ Changed
- Dropped support for Python version 3.4 and 3.5 (881). We now support Python 2.7 or 3.6+.
- Fixed mistyped names for two OAuth exceptions: `UnsupportedGrantTypError`->`UnsupportedGrantTypeError` and `UnsupportedResponseTypError`->`UnsupportedResponseTypeError` (872).

Deprecated
- Deprecate `save` method on resources (887). Use `modify` instead.
python
Before
customer = stripe.Customer.retrieve("cus_123")
customer.email = "exampletest.com"
customer.save()

After
stripe.Customer.modify("cus_123", email="exampletest.com")


⚠️ Removed
- Removed `Orders` resource (882).
- Removed `SKU` resource (883).

4.2.0

* [877](https://github.com/stripe/stripe-python/pull/877) API Updates
* Add `upcoming_lines` method to the `Invoice` resource.
* [873](https://github.com/stripe/stripe-python/pull/873) Add abstract methods for SearchableAPIResource
* [867](https://github.com/stripe/stripe-python/pull/867) API Updates
* Update links in documentation to be absolute.

Page 13 of 55

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.