tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

Redis requirement ranges #67

Closed sondrelg closed 1 year ago

sondrelg commented 1 year ago

Hi @tobymao, sorry for the issue spam.

Would you mind unpinning the redis requirement upper-bound? I see the original issue is resolved, and I need to be able to run 4.4+ to fix another ]issue I'm having, migrating from a standalone to cluster redis setup :bow:

Specifically this line: https://github.com/tobymao/saq/blob/master/setup.py#L32

tobymao commented 1 year ago

do you know how to do version bounds?