Upgrade python dependencies

This commit is contained in:
Debanjum Singh Solanky 2024-02-14 17:32:47 +05:30
parent 4007c871ae
commit 4696577636

View file

@ -40,7 +40,7 @@ dependencies = [
"dateparser >= 1.1.1", "dateparser >= 1.1.1",
"defusedxml == 0.7.1", "defusedxml == 0.7.1",
"fastapi >= 0.104.1", "fastapi >= 0.104.1",
"python-multipart >= 0.0.5", "python-multipart >= 0.0.7",
"jinja2 == 3.1.3", "jinja2 == 3.1.3",
"openai >= 1.0.0", "openai >= 1.0.0",
"tiktoken >= 0.3.2", "tiktoken >= 0.3.2",
@ -50,7 +50,7 @@ dependencies = [
"pyyaml == 6.0", "pyyaml == 6.0",
"rich >= 13.3.1", "rich >= 13.3.1",
"schedule == 1.1.0", "schedule == 1.1.0",
"sentence-transformers == 2.2.2", "sentence-transformers == 2.3.1",
"transformers >= 4.28.0", "transformers >= 4.28.0",
"torch == 2.0.1", "torch == 2.0.1",
"uvicorn == 0.17.6", "uvicorn == 0.17.6",
@ -61,7 +61,7 @@ dependencies = [
"bs4 >= 0.0.1", "bs4 >= 0.0.1",
"anyio == 3.7.1", "anyio == 3.7.1",
"pymupdf >= 1.23.5", "pymupdf >= 1.23.5",
"django == 4.2.7", "django == 4.2.10",
"authlib == 1.2.1", "authlib == 1.2.1",
"gpt4all == 2.1.0; platform_system == 'Linux' and platform_machine == 'x86_64'", "gpt4all == 2.1.0; platform_system == 'Linux' and platform_machine == 'x86_64'",
"gpt4all == 2.1.0; platform_system == 'Windows' or platform_system == 'Darwin'", "gpt4all == 2.1.0; platform_system == 'Windows' or platform_system == 'Darwin'",
@ -72,7 +72,7 @@ dependencies = [
"gunicorn == 21.2.0", "gunicorn == 21.2.0",
"lxml == 4.9.3", "lxml == 4.9.3",
"tzdata == 2023.3", "tzdata == 2023.3",
"rapidocr-onnxruntime == 1.3.8", "rapidocr-onnxruntime == 1.3.11",
"openai-whisper >= 20231117", "openai-whisper >= 20231117",
"django-phonenumber-field == 7.3.0", "django-phonenumber-field == 7.3.0",
"phonenumbers == 8.13.27", "phonenumbers == 8.13.27",