Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stripe to 1.76.0 #19

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of stripe available.
You are currently using 1.63.0. I have updated it to 1.76.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.76.0

  • 382 Add new IdempotencyError type

1.75.3

  • 378 Log encoded version of parameters instead of raw POST data

1.75.2

  • (Accidental no-op release. See 1.75.3.)

1.75.1

  • 372 Add only changed values to _unsaved_values in StripeObject
  • 375 Use a custom JSON encoder to handle datetime objects when serializing StripeObjects

1.75.0

  • 369 Make custom actions on various resources (e.g. Account.reject) more consistent with other APIs

1.74.0

  • 368 Remove API that allowed the creation of new disputes (this was an erroneous addition; it never worked because the API would not allow it)

1.73.0

  • 364 Switch to vendored version of the six package for compatibility between Python 2 and 3

1.72.0

  • 361 Support for exchange rates APIs

1.71.2

  • 362 Fix balance transaction and invoice item conversion into StripeObjects

1.71.1

  • 360 Fix BytesWarning being issued on logging in Python 3

1.71.0

  • 359 Support for listing source transactions

1.70.0

  • 356 Support uploading files with StringIO in addition to a file on disk

1.69.0

  • 351 Break resource.py module into separate ones for each type of resource
    • Classes are still into resource.py for backwards compatibility
  • 353 Fix unpickling StripeObject in Python 3

1.68.0

  • 350 Add static methods to manipulate resources from parent
    • Account gains methods for external accounts and login links (e.g. .create_account, create_login_link)
    • ApplicationFee gains methods for refunds
    • Customer gains methods for sources
    • Transfer gains methods for reversals

1.67.0

  • 349 Rename source delete to detach (and deprecate the former)

1.66.0

  • Support length reads on list objects

1.65.1

  • Handle bytearray and bytes (in addition to string) in Webhook.construct_event

1.65.0

  • Add support for passing a stripe_version argument to all API requests

1.64.0

  • Error when an invalid type (i.e. non-string) passed as an API method argument

1.63.1

  • Fix serialization of items on Relay order creation and order return

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@pyup-bot pyup-bot mentioned this pull request Dec 21, 2017
@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #20

@pyup-bot pyup-bot closed this Dec 22, 2017
@Brian-K-Smith Brian-K-Smith deleted the pyup-update-stripe-1.63.0-to-1.76.0 branch December 22, 2017 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant