Stripe

Latest version: v9.5.0

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

Scan your dependencies

Page 46 of 50

1.14.0

* Use DER encoded certificate for checksumming
* Don't rely on SNI support in integration tests

1.13.0

* Update bundled ca-certificates
* Add certificate blacklist for CVE-2014-0160 mitigation

1.12.2

* Fix syntax errors in setup.py metadata

1.12.1

* Added license and other metadata in setup.py
* Fix `__repr__` in Python 3
* Support pickling of responses

1.12.0

* Added support for multiple subscriptions per customer

1.11.0

* Added extensive unit tests
* Extended functional test coverage
* Refactored code into modules and out of stripe/__init__.py
* Abstracted http library selection and use from the `APIRequestor` into `stripe.http_client`
* Refactored `StripeObject` to inherit from `dict` and avoid direct access of `__dict__`.
* PEP8ified the codebase and enforced with a test.
* Proper encoding of timezone aware datetimes

Backwards incompatible changes
* The `to_dict` and `values` methods on resources no longer recursively convert objects to plain `dict`s. All resources now inherit from `dict` but are functionally different in that you cannot set a value to an empty string and cannot delete items.
* The `previous_metadata` attribute on resources is now protected.
* Timezone aware `datetime` objects passed to the API will now be encoded in a way that does not depend on the local system time. If you are passing timezone-aware datetimes to our API and your server time is not already in UTC, this will change the value passed to our API.

Page 46 of 50

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.