Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
## 13.0.1 - 2025-10-03
* [#1633](https://github.com/stripe/stripe-python/pull/1633) add httpx to optional deps and only ship tests in sdist

- Add new `async` optional dependency. Now, `pip install stripe[async]` gets you everything you need to make async HTTP calls out of the box.
* [#1632](https://github.com/stripe/stripe-python/pull/1632) remove gpg step from publish
* [#1626](https://github.com/stripe/stripe-python/pull/1626) Make the new nested params classes correctly importable
- For example, `from stripe.params.checkout import SessionCreateParamsDiscount` would raise an error when it shouldn't have. This is fixed.
- reported in https://github.com/stripe/stripe-python/issues/1625
* [#1633](https://github.com/stripe/stripe-python/pull/1633) Add new `async` optional dependency
- Now, `pip install stripe[async]` gets you everything you need to make async HTTP calls out of the box.
- reported in https://github.com/stripe/stripe-python/issues/1558
* [#1627](https://github.com/stripe/stripe-python/pull/1627) Re-add `tests` to our `sdist`
* [#1626](https://github.com/stripe/stripe-python/pull/1626) Make nested params classes importable
* Make newly combined nested params classes importable, as raised in https://github.com/stripe/stripe-python/issues/1625
* For example, `from stripe.params.checkout import SessionCreateParamsDiscount` would raise an error. Now it is valid
* [#1620](https://github.com/stripe/stripe-python/pull/1620) Remove manual promotion code test
* [#1619](https://github.com/stripe/stripe-python/pull/1619) Update param in deprecation docs link
- reported in https://github.com/stripe/stripe-python/issues/1616
* [#1632](https://github.com/stripe/stripe-python/pull/1632) remove gpg step from publish. PyPI has ignored these for years, so we took the opportunity to simplify our build process

## 13.0.0 - 2025-09-30
This release changes the pinned API version to `2025-09-30.clover` and contains breaking changes (prefixed with ⚠️ below)
Expand Down