Upgrade Django, FastAPI, Uvicorn packages

- Update Django to 5.0.8
- Update Uvicorn to 0.30.6
- Update FastAPI minimum versions to 0.110.0
This commit is contained in:
Debanjum Singh Solanky 2024-09-03 23:55:21 -07:00
parent 8e6b9afeb7
commit 72fbbc092c

View file

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