Use aiohttp version 3.8.4 as 4.x breaks docker image build

This commit is contained in:
Debanjum Singh Solanky 2023-03-26 05:10:53 +07:00
parent 67c850a4ac
commit 285a2b86d2

View file

@ -52,6 +52,7 @@ dependencies = [
"sentence-transformers == 2.2.2",
"torch == 1.13.1",
"uvicorn == 0.17.6",
"aiohttp == 3.8.4",
]
dynamic = ["version"]