Skip to content

Latest release (0.4.0) installs incompatible version of redis-py #42

Closed
@patricksmith

Description

@patricksmith

The latest released version of this package pins the redis dependency to >=2.1.0. Recently, version 4.0.0 of redis-py was released and introduces some breaking changes for this package.

The latest code in master appropriately pins the redis dependency to "^3.5.3" which would fix the issue.

To get around this, I've needed to pin the redis dependency to "^3.5.3" wherever our code requires redisbloom.

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