From de5aa5c32e19e7701df4cedeadd4332c7439d1ef Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 28 Nov 2023 16:57:07 -0800 Subject: [PATCH] Update pillow, aiohttp dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42adf209..519d2d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",