Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
patricksmith opened this issue Nov 16, 2021 · 0 comments · Fixed by #43
Closed

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

patricksmith opened this issue Nov 16, 2021 · 0 comments · Fixed by #43

Comments

@patricksmith
Copy link

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.

@chayim chayim mentioned this issue Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant