Skip to content
New issue

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

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

Already on GitHub? # to your account

Update stripe to 1.74.0 #13

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Nov 7, 2017

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

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

Changelog

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 Nov 7, 2017
@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Nov 8, 2017

Closing this in favor of #14

@pyup-bot pyup-bot closed this Nov 8, 2017
@Brian-K-Smith Brian-K-Smith deleted the pyup-update-stripe-1.63.0-to-1.74.0 branch November 8, 2017 16:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant