Skip to content

httpie dependency not pinned #5

@vbhavsar

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).

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