Stripe

Latest version: v9.5.0

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

Scan your dependencies

Page 9 of 50

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.

4.1.0

* [861](https://github.com/stripe/stripe-python/pull/861) API Updates
* Add support for new resource `CustomerCashBalanceTransaction`
* [860](https://github.com/stripe/stripe-python/pull/860) Add a support section to the readme
* [717](https://github.com/stripe/stripe-python/pull/717) Fix test TestCharge.test_is_saveable().

4.0.2

* [855](https://github.com/stripe/stripe-python/pull/855) Fix issue where auto_paging_iter failed on nested list objects.

4.0.1

* [850](https://github.com/stripe/stripe-python/pull/850) Fix incorrect handling of additional request parameters
* Fixes issue where using special parameter like `api_key`, `idempotency_key`, `stripe_version`, `stripe_account`, `headers` can cause a `Received unknown parameter error`.

Page 9 of 50

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.