diff --git a/pyproject.toml b/pyproject.toml index edbbb655..6e90d65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "beautifulsoup4 ~= 4.12.3", "dateparser >= 1.1.1", "defusedxml == 0.7.1", - "fastapi >= 0.104.1", + "fastapi >= 0.110.0", "python-multipart >= 0.0.7", "jinja2 == 3.1.4", "openai >= 1.0.0", @@ -55,7 +55,7 @@ dependencies = [ "einops == 0.8.0", "transformers >= 4.28.0", "torch == 2.2.2", - "uvicorn == 0.17.6", + "uvicorn == 0.30.6", "aiohttp ~= 3.9.0", "langchain == 0.2.5", "langchain-openai == 0.1.7", @@ -64,7 +64,7 @@ dependencies = [ "tenacity == 8.3.0", "anyio == 3.7.1", "pymupdf >= 1.23.5", - "django == 5.0.7", + "django == 5.0.8", "authlib == 1.2.1", "llama-cpp-python == 0.2.88", "itsdangerous == 2.1.2",