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 5a36e2b + a3a2e6d commit edaae64Copy full SHA for edaae64
1 file changed
reference-apps/fastapi/requirements.txt
@@ -17,7 +17,7 @@ pymongo==4.16.0
17
# Redis and Caching
18
# redis 4.3.0+ required for redis.asyncio.cluster module used by fastapi-cache2
19
# redis 4.6.0 is the latest 4.x version compatible with fastapi-cache2 (<5.0.0 requirement)
20
-redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
+redis[hiredis]==7.2.1 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
21
fastapi-cache2[redis]==0.2.2 # Response caching
22
23
# RabbitMQ
0 commit comments