mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Upgrade Khoj llama-cpp, django and jinja dependencies
This commit is contained in:
parent
bbcdb8413d
commit
179c70dba8
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ dependencies = [
|
|||
"defusedxml == 0.7.1",
|
||||
"fastapi >= 0.104.1",
|
||||
"python-multipart >= 0.0.7",
|
||||
"jinja2 == 3.1.3",
|
||||
"jinja2 == 3.1.4",
|
||||
"openai >= 1.0.0",
|
||||
"tiktoken >= 0.3.2",
|
||||
"tenacity >= 8.2.2",
|
||||
|
@ -63,9 +63,9 @@ dependencies = [
|
|||
"requests >= 2.26.0",
|
||||
"anyio == 3.7.1",
|
||||
"pymupdf >= 1.23.5",
|
||||
"django == 4.2.10",
|
||||
"django == 4.2.11",
|
||||
"authlib == 1.2.1",
|
||||
"llama-cpp-python == 0.2.64",
|
||||
"llama-cpp-python == 0.2.76",
|
||||
"itsdangerous == 2.1.2",
|
||||
"httpx == 0.25.0",
|
||||
"pgvector == 0.2.4",
|
||||
|
|
Loading…
Reference in a new issue