fastapi-cache icon indicating copy to clipboard operation
fastapi-cache copied to clipboard

Redis version conflict?

Open scottyeung opened this issue 1 year ago • 2 comments

Is it possible to bump the current version of Redis to 5.0.8?

Because fastapi-cache2[redis] (0.2.2) depends on redis (>=4.2.0rc1,<5.0.0) and no versions of fastapi-cache2 match >0.2.2,<0.3.0, fastapi-cache2[redis] (>=0.2.2,<0.3.0) requires redis (>=4.2.0rc1,<5.0.0). So, because app depends on both redis (^5.0.8) and fastapi-cache2[redis] (^0.2.2), version solving failed.

scottyeung avatar Sep 01 '24 02:09 scottyeung