-
Notifications
You must be signed in to change notification settings - Fork 286
Open
Description
Issue Summary
A short summary of the issue
pixax-stripe uses stripe>=2.0 as dependency, as defined here. This causes that deployments of the code without changing dependencies could break because they are incompatible with the deployed code.
Steps to Reproduce
It can't be downloaded and reproduced, because your project will break as stripe changes they Python Library API.
In my case, the issue caused the following problem
- Use stripe.CardError
- Someday after a deployment, my server re-installed the dependencies and I got
AttributeError: module 'stripe' has no attribute 'CardError'
What were you expecting to happen?
Every version of pinax-stripe should be expected to work with only one version of stripe.
What actually happened?
dkdndes
Metadata
Metadata
Assignees
Labels
No labels