Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference-apps/fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asyncpg==0.31.0
aiomysql==0.3.2
cryptography>=41.0.0 # Required for MySQL caching_sha2_password auth
motor==3.7.1
pymongo==4.15.4
pymongo==4.15.5

# Redis and Caching
redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis<5.0.0
Expand Down
Loading