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",