Skip to content

httpie dependency not pinned #5

Description

@vbhavsar

httpie dependency is defined as

'httpie>=0.9.7',

httpie is now at 2.6.0 and many things have changed since 0.9.7. This causes issues such as #3.

There is another compatibility issue. This import also doesn't exist in 2.6.0

from httpie.compat import bytes

I believe the right way to fix this is to pin the dependency to a specific version (or a range of known good versions).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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