Update pillow, aiohttp dependencies

This commit is contained in:
Debanjum Singh Solanky 2023-11-28 16:57:07 -08:00
parent fab57cc395
commit de5aa5c32e

View file

@ -45,7 +45,7 @@ dependencies = [
"openai >= 0.27.0, < 1.0.0",
"tiktoken >= 0.3.2",
"tenacity >= 8.2.2",
"pillow == 9.3.0",
"pillow ~= 9.5.0",
"pydantic >= 2.0.0",
"pyyaml == 6.0",
"rich >= 13.3.1",
@ -54,7 +54,7 @@ dependencies = [
"transformers >= 4.28.0",
"torch == 2.0.1",
"uvicorn == 0.17.6",
"aiohttp == 3.8.6",
"aiohttp ~= 3.9.0",
"langchain >= 0.0.331",
"requests >= 2.26.0",
"bs4 >= 0.0.1",