Skip to content

fix redis-py install constraint#371

Open
aaroncoville wants to merge 1 commit intocloseio:masterfrom
aaroncoville:fix/redis-constraint
Open

fix redis-py install constraint#371
aaroncoville wants to merge 1 commit intocloseio:masterfrom
aaroncoville:fix/redis-constraint

Conversation

@aaroncoville
Copy link
Copy Markdown

@aaroncoville aaroncoville commented Apr 17, 2026

Summary

setup.py caps redis<5, blocking redis-py 4.6.0 and 6.1.0 (both in CI) and any downstream using redis>=5.

Fix: widen to redis>=4.0,<7. Bump version to 0.25.1. Add CHANGELOG entry. No runtime changes.

Bug Repro

pip install tasktiger==0.25.0 redis==6.1.0
# ERROR: ResolutionImpossible

<5 cap forbids 6.1.0 — same version requirements.txt pins and CI tests.

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 this pull request may close these issues.

1 participant