taskiq-python / taskiq-redis

Broker and result backend for taskiq
MIT License
35 stars 17 forks source link

support redis 5.0.0 #41

Closed lpdswing closed 11 months ago

lpdswing commented 1 year ago

poetry add taskiq-redis

Because taskiq-redis (0.4.0) depends on redis (>=4.2.0,<5.0.0) and redis (5.0.0) depends on redis (5.0.0), taskiq-redis (0.4.0) is incompatible with redis (5.0.0). And because no versions of redis match >5.0.0,<6.0.0, taskiq-redis (0.4.0) is incompatible with redis (>=5.0.0,<6.0.0). So, because app depends on both redis (^5.0.0) and taskiq-redis (0.4.0), version solving failed.

s3rius commented 11 months ago

Closed as completed.