Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Update stripe requirement from <3.0.0,>=2.35.1 to >=2.35.1,<6.0.0#86

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/stripe-gte-2.35.1-and-lt-6.0.0
Closed

Update stripe requirement from <3.0.0,>=2.35.1 to >=2.35.1,<6.0.0#86
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/stripe-gte-2.35.1-and-lt-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Nov 17, 2022

Updates the requirements on stripe to permit the latest version.

Release notes

Sourced from stripe's releases.

v5.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 Next major release changes

  • #889 API Updates

  • #888 Do not run Coveralls if secret token is not available

  • #875 hide misleading ssl security warning in python>=2.7.9

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

5.0.0 - 2022-11-16

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 Next major release changes

  • #889 API Updates

  • #888 Do not run Coveralls if secret token is not available

  • #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 mixtyped names for two OAuth exceptions: UnsupportedGrantTypError->UnsupportedGrantTypeError and UnsupportedResponseTypError->UnsupportedResponseTypeError (#872).

Deprecated

  • Deprecate save method on resources (#887). Use modify instead.
    # Before
    customer = stripe.Customer.retrieve("cus_123")
    customer.email = "[email protected]"
    customer.save()
    After
    stripe.Customer.modify("cus_123", email="[email protected]")

⚠️ Removed

  • Removed Orders resource (#882).
  • Removed SKU resource (#883).

4.2.0 - 2022-09-23

  • #877 API Updates
    • Add upcoming_lines method to the Invoice resource.
  • #873 Add abstract methods for SearchableAPIResource
  • #867 API Updates
    • Update links in documentation to be absolute.

4.1.0 - 2022-08-19

  • #861 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
  • #860 Add a support section to the readme
  • #717 Fix test TestCharge.test_is_saveable().

4.0.2 - 2022-08-03

  • #855 Fix issue where auto_paging_iter failed on nested list objects.

4.0.1 - 2022-08-02

  • #850 Fix incorrect handling of additional request parameters

... (truncated)

Commits
  • 6adb172 Bump version to 5.0.0
  • f35106d Next major release changes (#895)
  • 025975b Codegen for openapi v204 (#889)
  • 16812ae Do not run coveralls when secret token is not available (#888)
  • 291d569 hide misleading ssl security warning in python>=2.7.9 (#875)
  • ccd1567 Bump version to 4.2.0
  • 04a0d23 Codegen for openapi v196 (#877)
  • 1ae4222 Add search and search_auto_paging_iter abstract methods (#873)
  • fcf1832 Merge pull request #870 from stripe/anniel-coveralls-update
  • 5cd4572 Move coveralls step to be conditionally executed under test
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [stripe](https://github.com/stripe/stripe-python) to permit the latest version.
- [Release notes](https://github.com/stripe/stripe-python/releases)
- [Changelog](https://github.com/stripe/stripe-python/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-python@v2.35.1...v5.0.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github May 7, 2025

Superseded by #96.

@dependabot dependabot bot closed this May 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/stripe-gte-2.35.1-and-lt-6.0.0 branch May 7, 2025 14:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants