Upgrade server, desktop app dependencies to resolve CVE bugs

This commit is contained in:
Debanjum Singh Solanky
2023-11-15 01:47:53 -08:00
parent 5a6ab9cc85
commit 9c6e7bdea2
3 changed files with 12 additions and 12 deletions

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 == 10.0.1",
"pydantic >= 1.10.10",
"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.5",
"aiohttp == 3.8.6",
"langchain >= 0.0.331",
"requests >= 2.26.0",
"bs4 >= 0.0.1",