Skip to content

Dependencies version aren't fixed #583

@martinvol

Description

@martinvol

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

  1. Use stripe.CardError
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions