fastapi-cache
fastapi-cache copied to clipboard
Redis version conflict?
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.