We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 462833d + e4e4e5e commit cbe81fdCopy full SHA for cbe81fd
1 file changed
reference-apps/fastapi-api-first/requirements.txt
@@ -21,7 +21,7 @@ pymongo==4.16.0
21
# Redis and Caching
22
# redis 4.3.0+ required for redis.asyncio.cluster module used by fastapi-cache2
23
# redis 4.6.0 is the latest 4.x version compatible with fastapi-cache2 (<5.0.0 requirement)
24
-redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
+redis[hiredis]==7.2.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
25
fastapi-cache2[redis]==0.2.2 # Response caching
26
27
# RabbitMQ
0 commit comments